fix: eslint reportUnusedDisableDirectives error (sweep flotte) + nettoyage
This commit is contained in:
@@ -10,6 +10,8 @@ import js from '@eslint/js';
|
|||||||
import globals from 'globals';
|
import globals from 'globals';
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
|
// remonte (et --fix supprime) tout eslint-disable inutile : regle deja off, inactive, ou qui ne tire pas
|
||||||
|
{ linterOptions: { reportUnusedDisableDirectives: 'error' } },
|
||||||
// eslint:recommended,
|
// eslint:recommended,
|
||||||
js.configs.recommended,
|
js.configs.recommended,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user