diff --git a/package.json b/package.json index abcad77a2..1684d2796 100644 --- a/package.json +++ b/package.json @@ -205,11 +205,12 @@ "prettier --parser yaml --no-config --single-quote --write", "git add" ], - "*.js": [ + "*": [ "eslint .", "prettier --write", "git add" - ] + ], + "ignore": ["*.json"] }, "bundlesize": [ {