We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21f975 commit c306f4fCopy full SHA for c306f4f
src/Frontend/eslint.config.mjs
@@ -6,7 +6,7 @@ import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended"
6
import pluginPromise from "eslint-plugin-promise";
7
8
export default tseslint.config({
9
- ignores: ["node_modules/**/*", "dist/**/*", "/public/js/app.constants.js"],
+ ignores: ["/node_modules/**/*", "/dist/**/*", "/public/js/app.constants.js"],
10
files: ["**/*.{js,mjs,ts,vue}"],
11
languageOptions: { globals: globals.browser, ecmaVersion: "latest", parserOptions: { parser: tseslint.parser } },
12
extends: [pluginJs.configs.recommended, ...tseslint.configs.recommended, ...pluginVue.configs["flat/essential"], pluginPromise.configs["flat/recommended"], eslintPluginPrettierRecommended],
0 commit comments