eslint: ignore dist/ directory
This commit is contained in:
parent
7c445d0bc9
commit
f389ea6ffd
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ import js from "@eslint/js";
|
|||
export default [
|
||||
js.configs.recommended,
|
||||
{
|
||||
ignores: ["dist/"],
|
||||
languageOptions: {
|
||||
globals: {
|
||||
...globals.browser,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue