File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ import eslint from '@eslint/js';
66import tseslint from 'typescript-eslint' ;
77
88export default tseslint . config (
9- globalIgnores ( [ "**/dist/**/*" ] ) ,
9+ globalIgnores ( [ "**/dist/**" ] ) ,
10+ globalIgnores ( [ "apps/test-app/ios/**" ] ) ,
11+ globalIgnores ( [ "packages/react-native-node-api-modules/hermes/**" ] ) ,
12+ globalIgnores ( [ "packages/node-addon-examples/examples/**" ] ) ,
1013 eslint . configs . recommended ,
1114 tseslint . configs . recommended ,
1215 {
Original file line number Diff line number Diff line change 1010 "homepage" : " https://github.com/callstackincubator/react-native-node-api-modules#readme" ,
1111 "scripts" : {
1212 "build" : " tsc --build" ,
13- "dev" : " tsc --build --watch"
13+ "dev" : " tsc --build --watch" ,
14+ "lint" : " eslint ."
1415 },
1516 "author" : {
1617 "name" : " Callstack" ,
You can’t perform that action at this time.
0 commit comments