mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Chore: update ESLint/TS ignore
This commit is contained in:
parent
759d9f94ae
commit
e0ddbbd559
@ -1,6 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = require('eslint-config-sukka').sukka({
|
||||
ignores: [
|
||||
'**/*.conf',
|
||||
'**/*.txt'
|
||||
],
|
||||
js: {
|
||||
disableNoConsoleInCLI: ['Build/**']
|
||||
},
|
||||
|
||||
@ -18,5 +18,9 @@
|
||||
"./Source/**/*.js",
|
||||
"./Build/**/*.ts",
|
||||
"./Source/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"public"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user