diff --git a/ts.js b/ts.js index 9094157..6205224 100644 --- a/ts.js +++ b/ts.js @@ -30,7 +30,11 @@ module.exports = { 'plugin:@typescript-eslint/recommended-requiring-type-checking' ], files: ['./**/*.{ts,tsx}'] - } + }, + { + extends: ['plugin:prettier/recommended'], + files: ['./**/*.json'], + }, ], rules: { '@typescript-eslint/no-unused-vars': [