Skip to content

Commit c3064f5

Browse files
authored
Merge pull request #6 from aboutbits/lint-json-files
add json files to be validated by default
2 parents 7551b30 + 154b432 commit c3064f5

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)