File tree Expand file tree Collapse file tree 4 files changed +971
-10
lines changed Expand file tree Collapse file tree 4 files changed +971
-10
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = { extends : [ "@react-native-community" ] } ;
Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ bracketSpacing : false ,
3
+ jsxBracketSameLine : true ,
4
+ singleQuote : true ,
5
+ trailingComma : "all"
6
+ } ;
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"build" : " yarn tsc" ,
8
8
"release" : " release-it" ,
9
- "test" : " echo \" Error: no test specified\" && exit 1"
9
+ "test" : " echo \" Error: no test specified\" && exit 1" ,
10
+ "lint" : " eslint ."
10
11
},
11
12
"author" : " Nader Dabit" ,
12
13
"license" : " ISC" ,
15
16
"react-native" : " >=0.59"
16
17
},
17
18
"devDependencies" : {
19
+ "@react-native-community/eslint-config" : " ^0.0.5" ,
18
20
"@types/react" : " ^16.9.10" ,
19
21
"@types/react-native" : " ^0.60.21" ,
22
+ "eslint" : " ^6.8.0" ,
23
+ "eslint-plugin-prettier" : " ^3.1.2" ,
24
+ "prettier" : " ^1.19.1" ,
20
25
"release-it" : " ^12.3.5" ,
21
26
"typescript" : " ^3.6.4"
22
27
},
You can’t perform that action at this time.
0 commit comments