X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.json;h=fe42d4cb1f2f15c4e3586db6f1e6606664dae835;hb=0a376442c47f8e1c89cff78e822a936f3d4c783a;hp=f61fc080bd45c62d528d2947c4009d9942ca0ed9;hpb=c5f2c258852408a3b18c7a5b12d076b6b5728172;p=e-mobility-charging-stations-simulator.git diff --git a/.eslintrc.json b/.eslintrc.json index f61fc080..fe42d4cb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -14,7 +14,7 @@ "settings": { "import/resolver": { "typescript": { - "project": "./tsconfig.json" + "project": "./tsconfig-base.json" } } }, @@ -142,7 +142,7 @@ "files": ["**/*.ts"], "parser": "@typescript-eslint/parser", "parserOptions": { - "project": "./tsconfig.json" + "project": "./tsconfig-base.json" }, "plugins": ["@typescript-eslint", "eslint-plugin-tsdoc"], "extends": [ @@ -167,7 +167,7 @@ } }, { - "files": ["**/*.js"], + "files": ["**/*.js", "**/*.cjs", "**/*.mjs"], "plugins": ["jsdoc"], "extends": ["plugin:jsdoc/recommended", "plugin:n/recommended"], "rules": {