mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
ignorer dist pour eslint
This commit is contained in:
parent
e88dafa01c
commit
896bd588bd
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,11 @@ import pluginReact from "eslint-plugin-react";
|
||||||
/** @type {import('eslint').Linter.Config[]} */
|
/** @type {import('eslint').Linter.Config[]} */
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
files: ["**/*.{js,mjs,cjs,ts,jsx,tsx}"],
|
ignores: ["dist/**"], // Place this at the root level
|
||||||
|
},
|
||||||
|
{
|
||||||
|
files: ["src/**/*.{js,mjs,cjs,ts,jsx,tsx}"],
|
||||||
|
// ignores: ["./dist/**"],
|
||||||
languageOptions: {
|
languageOptions: {
|
||||||
globals: globals.browser,
|
globals: globals.browser,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue