Chore: update ESLint/TS ignore

This commit is contained in:
SukkaW
2025-05-21 00:38:10 +08:00
parent 7d42d5c76d
commit 31aeb4bce7
2 changed files with 8 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
'use strict';
module.exports = require('eslint-config-sukka').sukka({
ignores: [
'**/*.conf',
'**/*.txt'
],
js: {
disableNoConsoleInCLI: ['Build/**']
},