Skip to content

Commit e75a4da

Browse files
rodineijfemin93
authored andcommitted
add eslint dependencies (#107)
1 parent b71dc7e commit e75a4da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

template/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"android": "react-native run-android",
77
"ios": "react-native run-ios",
88
"start": "react-native start",
9-
"test": "jest"
9+
"test": "jest",
10+
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
1011
},
1112
"dependencies": {
1213
"react": "16.9.0",
@@ -19,7 +20,9 @@
1920
"@types/jest": "^24.0.18",
2021
"@types/react-native": "^0.60.22",
2122
"@types/react-test-renderer": "16.9.0",
23+
"@typescript-eslint/parser": "^2.7.0",
2224
"babel-jest": "^24.9.0",
25+
"eslint": "^6.6.0",
2326
"jest": "^24.9.0",
2427
"metro-react-native-babel-preset": "^0.56.0",
2528
"react-test-renderer": "16.9.0",

0 commit comments

Comments
 (0)