mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(eslint): ignore "demo" folder for now
This commit is contained in:
parent
d432a56211
commit
42edb0c0bd
@ -38,6 +38,7 @@ export default tseslint.config(
|
|||||||
"build/*",
|
"build/*",
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"docs/*",
|
"docs/*",
|
||||||
|
"demo/*",
|
||||||
"libraries/*",
|
"libraries/*",
|
||||||
"src/public/app-dist/*",
|
"src/public/app-dist/*",
|
||||||
"src/public/app/doc_notes/*"
|
"src/public/app/doc_notes/*"
|
||||||
|
@ -32,6 +32,7 @@ export default [
|
|||||||
"build/*",
|
"build/*",
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"docs/*",
|
"docs/*",
|
||||||
|
"demo/*",
|
||||||
"libraries/*",
|
"libraries/*",
|
||||||
// TriliumNextTODO: check if we want to format packages here as well - for now skipping it
|
// TriliumNextTODO: check if we want to format packages here as well - for now skipping it
|
||||||
"packages/*",
|
"packages/*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user