Commit 08399d5 1 parent da2fc29 commit 08399d5 Copy full SHA for 08399d5
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import noOnlyTests from 'eslint-plugin-no-only-tests';
11
11
import prettier from 'eslint-config-prettier' ;
12
12
import importPlugin from 'eslint-plugin-import' ;
13
13
import js from '@eslint/js' ;
14
- import noBadGdprCommentPlugin from './.eslintplugin/no-bad-gdpr-comment.js' ; // Ensure the path is correct
14
+ import noBadGdprCommentPlugin from './.eslintplugin/no-bad-gdpr-comment.js' ;
15
15
16
16
export default [
17
17
{
@@ -274,7 +274,7 @@ export default [
274
274
'no-only-tests' : noOnlyTests ,
275
275
import : importPlugin ,
276
276
prettier : prettier ,
277
- 'no-bad-gdpr-comment' : noBadGdprCommentPlugin , // Register your plugin
277
+ 'no-bad-gdpr-comment' : noBadGdprCommentPlugin ,
278
278
} ,
279
279
settings : {
280
280
'import/resolver' : {
@@ -284,7 +284,7 @@ export default [
284
284
} ,
285
285
} ,
286
286
rules : {
287
- 'no-bad-gdpr-comment/no-bad-gdpr-comment' : 'warn' , // Enable your rule
287
+ 'no-bad-gdpr-comment/no-bad-gdpr-comment' : 'error' ,
288
288
// Base configurations
289
289
...tseslint . configs . recommended . rules ,
290
290
...prettier . rules ,
You can’t perform that action at this time.
0 commit comments