File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -45,4 +45,7 @@ buck-out/
4545* .keystore
4646
4747# Editor config
48- .vscode
48+ .vscode
49+
50+ # eslintcache
51+ .eslintcache
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ module.exports = {
22 bracketSpacing : false ,
33 jsxBracketSameLine : true ,
44 singleQuote : true ,
5- trailingComma : " all"
5+ trailingComma : ' all' ,
66} ;
Original file line number Diff line number Diff line change 1515 "test" : " yarn test:flow && yarn test:js" ,
1616 "test:flow" : " flow check" ,
1717 "test:js" : " echo 0" ,
18- "lint" : " eslint . " ,
18+ "lint" : " eslint \" js/*.js \" --cache " ,
1919 "test:tsc" : " tsc --noEmit"
2020 },
2121 "keywords" : [
5353 "type" : " git" ,
5454 "url" : " https://github.com/react-native-community/react-native-push-notification-ios.git"
5555 }
56- }
56+ }
You can’t perform that action at this time.
0 commit comments