mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: more refactor to the bun
This commit is contained in:
@@ -9,10 +9,12 @@ module.exports = require('eslint-config-sukka').sukka({
|
||||
}
|
||||
}
|
||||
},
|
||||
node: true
|
||||
node: true,
|
||||
ts: true
|
||||
}, {
|
||||
rules: {
|
||||
'sukka/unicorn/prefer-math-trunc': 'off',
|
||||
'sukka/unicorn/prefer-number-properties': ['warn', { checkInfinity: false }]
|
||||
'sukka/unicorn/prefer-number-properties': ['warn', { checkInfinity: false }],
|
||||
'n/no-missing-require': 'off'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user