Skip to content

Commit e7e761f

Browse files
committed
Update eslint config
1 parent 5173349 commit e7e761f

File tree

5 files changed

+519
-198
lines changed

5 files changed

+519
-198
lines changed

.eslintrc

Lines changed: 0 additions & 53 deletions
This file was deleted.

.eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"root": true,
3+
"extends": ["tienph6m"]
4+
}
File renamed without changes.

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,11 @@
3838
"@react-native-community/bob": "^0.7.0",
3939
"@types/react": "^16.9.13",
4040
"@types/react-native": "^0.60.23",
41-
"@typescript-eslint/eslint-plugin": "^2.8.0",
42-
"@typescript-eslint/parser": "^2.8.0",
43-
"babel-eslint": "^10.0.3",
44-
"eslint": "^6.7.1",
45-
"eslint-config-prettier": "^6.7.0",
46-
"eslint-plugin-prettier": "^3.1.1",
47-
"eslint-plugin-react": "^7.16.0",
41+
"eslint": "^6.8.0",
42+
"eslint-config-tienph6m": "^0.2.0",
4843
"husky": "^3.1.0",
4944
"lint-staged": "^9.4.3",
50-
"prettier": "^1.19.1",
45+
"prettier": "^2.0.2",
5146
"typescript": "^3.7.2"
5247
},
5348
"peerDependencies": {

0 commit comments

Comments
 (0)