diff --git a/.eslintignore b/.eslintignore index 15bf54e7..544dd2bd 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,3 @@ -./node_modules -./dist +/node_modules +/dist +/ignore \ No newline at end of file diff --git a/.eslintrc b/.eslintrc index c9897942..fce7b97e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -12,10 +12,7 @@ "rules": { "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-empty-function": "off", - "@typescript-eslint/no-empty-interface": "off", "@typescript-eslint/no-explicit-any": "off", - "@typescript-eslint/no-non-null-assertion": "off", - "@typescript-eslint/no-namespace": "off", "prettier/prettier": [ "error", {