diff --git a/.eslintignore b/.eslintignore index cb76b315..edef6053 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,12 @@ resources/ +settings-dev/ +wiki-dev/ +out/ +logs/ +template/ +.webpack/ +node_modules/ +localization/ +build-resources/ +.vscode/ +.github/ \ No newline at end of file diff --git a/.eslintrc.js b/.eslintrc.js index 99c557cb..c7a2ea7b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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',