Skip to content

Commit

Permalink
Fix config for some json files
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Nov 25, 2021
1 parent 698d0fd commit 136cf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint-config-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ module.exports = {
},
{
files: ["*.json"],
files: ['tsconfig.json', 'jsconfig.json'],
ignorePatterns: ['tsconfig.json', 'jsconfig.json'],
extends: ['plugin:jsonc/recommended-with-json']
},
{
Expand Down

0 comments on commit 136cf31

Please sign in to comment.