From 154b43216712682292740ffd90a3a6a6d5095548 Mon Sep 17 00:00:00 2001 From: Lukas Weiss Date: Tue, 18 Jun 2024 07:35:57 +0200 Subject: [PATCH] add json files to be validated by default --- ts.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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': [