Skip to content

Commit

Permalink
Fix lint rule to only check json files within src
Browse files Browse the repository at this point in the history
  • Loading branch information
pavish committed Nov 9, 2023
1 parent 9196dd9 commit a14e73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathesar_ui/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = {
},
},
{
files: ['*.json'],
files: ['src/**/*.json'],
rules: {
'sort-keys': 'error',
'quote-props': 'off',
Expand Down

0 comments on commit a14e73c

Please sign in to comment.