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