feat: enable reportUnusedDisableDirectives by default

This commit is contained in:
Anthony Fu 2022-05-29 23:01:36 +08:00
parent 65cef9437a
commit b08b769a8a
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@ module.exports = {
browser: true,
node: true,
},
reportUnusedDisableDirectives: true,
extends: [
'./standard',
'plugin:import/recommended',

View File

@ -1,4 +1,3 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const basic = require('@antfu/eslint-config-basic')
module.exports = {