mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-15 15:10:30 -08:00
Add output directory to eslint ignore configuration (#9317)
This commit is contained in:
parent
cae3d0fa2c
commit
e753851d49
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ export default defineConfig([{
|
||||||
"plugins/tiddlywiki/*/files/",
|
"plugins/tiddlywiki/*/files/",
|
||||||
"eslint.config.mjs",
|
"eslint.config.mjs",
|
||||||
"playwright.config.js",
|
"playwright.config.js",
|
||||||
|
"**/output/**"
|
||||||
],
|
],
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue