Skip to content

Commit bfe928f

Browse files
authored
Merge pull request #48 from bence-toth/eslint-path
Updated eslint path
2 parents 1f97c4e + e42c6a2 commit bfe928f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"build": "rm -rf dist && babel src --out-dir dist && cp ./src/index.d.ts ./dist",
24-
"lint": "eslint \"**/*.{js,jsx}\"",
24+
"lint": "eslint \"src/**/*.{js,jsx}\"",
2525
"prettier": "prettier --check .",
2626
"test": "jest --passWithNoTests",
2727
"test:coverage": "npm test -- --coverage --watchAll=false"

0 commit comments

Comments
 (0)