build(frontend): ignore .stack folder for eslint
This commit is contained in:
parent
8f9f6ba8e2
commit
9f8af30e6d
@ -90,6 +90,6 @@
|
||||
"scripts": {
|
||||
"build": "node esbuild.config.mjs",
|
||||
"start": "node esbuild.config.mjs --watch",
|
||||
"lint": "eslint --color ."
|
||||
"lint": "eslint --ignore-pattern .stack/* --color ."
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user