mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
lint: disable some unrelated files
This commit is contained in:
parent
f59d9c71a5
commit
d07b27fcea
2 changed files with 12 additions and 0 deletions
|
|
@ -1 +1,12 @@
|
|||
resources/
|
||||
settings-dev/
|
||||
wiki-dev/
|
||||
out/
|
||||
logs/
|
||||
template/
|
||||
.webpack/
|
||||
node_modules/
|
||||
localization/
|
||||
build-resources/
|
||||
.vscode/
|
||||
.github/
|
||||
|
|
@ -48,6 +48,7 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
],
|
||||
'unicorn/prefer-node-protocol': 'off',
|
||||
'@typescript-eslint/no-empty-function': 'off',
|
||||
'@typescript-eslint/method-signature-style': 'off',
|
||||
'unicorn/no-array-reduce': 'off',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue