diff --git a/package.json b/package.json index 27a1a0c1..6f3eb51e 100644 --- a/package.json +++ b/package.json @@ -57,5 +57,10 @@ "jsx-a11y/tabindex-no-positive": "off", "no-return-assign": "off" } - } + }, + "eslintIgnore": [ + "node_modules", + "coverage", + "dist" + ] }