mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-11 16:50:33 +08:00
15 lines
218 B
JavaScript
15 lines
218 B
JavaScript
'use strict';
|
|
|
|
module.exports = require('eslint-config-sukka').sukka({
|
|
ignores: [
|
|
'**/*.conf',
|
|
'**/*.txt'
|
|
],
|
|
js: {
|
|
disableNoConsoleInCLI: ['Build/**']
|
|
},
|
|
node: true,
|
|
ts: true,
|
|
yaml: false
|
|
});
|