mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Housekeeping & Make ESLint Happy
This commit is contained in:
@@ -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'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user