There was an error while loading. Please reload this page.
1 parent 175ec1c commit 0663694Copy full SHA for 0663694
1 file changed
ts.js
@@ -29,6 +29,10 @@ module.exports = {
29
{
30
extends: ['plugin:prettier/recommended'],
31
files: ['./**/*.json'],
32
+ // TODO: Check why this rule has to be disabled for JSON files.
33
+ rules: {
34
+ "@typescript-eslint/no-unused-expressions": "off"
35
+ }
36
},
37
],
38
rules: {
0 commit comments