We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654d2e0 commit ea662e0Copy full SHA for ea662e0
src/configs/javascript.js
@@ -27,6 +27,12 @@ export default tseslint.config(
27
importPlugin.flatConfigs?.recommended,
28
sonarjs.configs.recommended,
29
promise.configs['flat/recommended'],
30
+ {
31
+ name: 'code-pushup/javascript/unused-disable',
32
+ linterOptions: {
33
+ reportUnusedDisableDirectives: 'warn',
34
+ },
35
36
{
37
name: 'code-pushup/javascript/customized',
38
plugins: {
0 commit comments