diff --git a/.eslintignore b/.eslintignore index e164e43af..da1f2b188 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ public dist *.d.ts +package.json diff --git a/.eslintrc.js b/.eslintrc.js index 887fb823c..44ebde3d5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -43,4 +43,4 @@ module.exports = { } ] } -} +};