Skip to content

Commit f7e581f

Browse files
committed
Fix linting
1 parent 28f2669 commit f7e581f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"test:coverage": "yarn test --coverage --watchAll=false",
1818
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
1919
"eject": "react-scripts eject",
20-
"lint:fix": "eslint src/**.{js,jsx} --fix"
20+
"lint:fix": "eslint src/**/*.{js,jsx} --fix"
2121
},
2222
"lint-staged": {
23-
"src/**/*.{ts,tsx}": [
23+
"src/**/*.{js, jsx}": [
2424
"yarn run --silent lint:fix",
2525
"git add"
2626
]

0 commit comments

Comments
 (0)