Skip to content

Commit 154b432

Browse files
committed
add json files to be validated by default
1 parent feb7cf0 commit 154b432

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ts.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ module.exports = {
3030
'plugin:@typescript-eslint/recommended-requiring-type-checking'
3131
],
3232
files: ['./**/*.{ts,tsx}']
33-
}
33+
},
34+
{
35+
extends: ['plugin:prettier/recommended'],
36+
files: ['./**/*.json'],
37+
},
3438
],
3539
rules: {
3640
'@typescript-eslint/no-unused-vars': [

0 commit comments

Comments
 (0)