Housekeeping

This commit is contained in:
SukkaW
2024-08-26 09:37:44 +08:00
parent 8a0690fe9e
commit 8542128f3e
3 changed files with 112 additions and 95 deletions

View File

@@ -6,11 +6,4 @@ module.exports = require('eslint-config-sukka').sukka({
},
node: true,
ts: true
}, {
rules: {
'sukka/unicorn/prefer-math-trunc': 'off',
'sukka/unicorn/prefer-number-properties': ['warn', { checkInfinity: false }],
'n/no-missing-require': 'off',
'regexp/strict': 'off'
}
});