feat: enable reportUnusedDisableDirectives
by default
This commit is contained in:
parent
65cef9437a
commit
b08b769a8a
@ -4,6 +4,7 @@ module.exports = {
|
|||||||
browser: true,
|
browser: true,
|
||||||
node: true,
|
node: true,
|
||||||
},
|
},
|
||||||
|
reportUnusedDisableDirectives: true,
|
||||||
extends: [
|
extends: [
|
||||||
'./standard',
|
'./standard',
|
||||||
'plugin:import/recommended',
|
'plugin:import/recommended',
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
||||||
const basic = require('@antfu/eslint-config-basic')
|
const basic = require('@antfu/eslint-config-basic')
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
Loading…
Reference in New Issue
Block a user