Housekeeping & Make ESLint Happy

This commit is contained in:
SukkaW
2024-08-26 08:14:03 +08:00
parent a00d85fb03
commit 8a0690fe9e
37 changed files with 194 additions and 133 deletions

View File

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