Skip to content

Commit bea9c72

Browse files
committed
🔧 Include a few more files for ESLint
1 parent 29b91b7 commit bea9c72

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.eslintignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
node_modules
2+
3+
android
4+
ios
5+
6+
lib

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"scripts": {
1111
"test": "jest",
12-
"lint": "eslint src example/src --ext .js,.jsx",
12+
"lint": "eslint . --ext .js,.jsx",
1313
"clean": "rm -rf lib",
1414
"build": "npm run clean && babel src --out-dir lib --ignore src/__tests__",
1515
"prepublish": "npm run build"

0 commit comments

Comments
 (0)