Skip to content

Commit 67891b4

Browse files
committed
Lint json files via lint-staged
1 parent 2cba979 commit 67891b4

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
@@ -47,7 +47,7 @@
4747
]
4848
},
4949
"lint-staged": {
50-
"*.js": "eslint --fix"
50+
"*.{js,json}": "eslint --fix"
5151
},
5252
"eslintConfig": {
5353
"extends": "airbnb-base",

0 commit comments

Comments
 (0)