diff --git a/.eslintignore b/.eslintignore index 0069bdb..8730547 100644 --- a/.eslintignore +++ b/.eslintignore @@ -7,3 +7,6 @@ bower_components node_modules yarn-error.log yarn.lock + +src/*.ts +/*.js diff --git a/.eslintrc.json b/.eslintrc.json index ab3da20..daa32b2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -13,6 +13,7 @@ "rules": { "prettier/prettier": "error", "prefer-const": "off", - "camelcase": "off" + "camelcase": "off", + "no-underscore-dangle": "off" } }