Skip to content

Commit

Permalink
fix: disable jsonc/indent rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rintaun committed Oct 2, 2021
1 parent 5aa3385 commit f4194b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ module.exports = {
{
files: '**/*.json{,c,5}',
extends: ['plugin:jsonc/auto-config'],
rules: {
'jsonc/indent': 'off',
},
},
],
}

0 comments on commit f4194b4

Please sign in to comment.