Skip to content

Commit

Permalink
Merge branch 'feat/eslint-flat-config-compatible' of github.com:Charl…
Browse files Browse the repository at this point in the history
…ie-Crowdstrike/eslint-plugin-json-files into feat/eslint-flat-config-compatible
  • Loading branch information
Charlie-Crowdstrike committed Aug 1, 2024
2 parents f1fae18 + 35f0b38 commit bcc3530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ module.exports.processors = {
// for backward compatibility with < v9 eslint versions
'.json': require('./processors/json'),
// dot prefix is no longer allowed in eslint v9
// https://eslint.org/docs/latest/extend/plugin-migration-flat-config
// https://eslint.org/docs/latest/extend/plugin-migration-flat-config#migrating-processors-for-flat-config
'json': require('./processors/json')
};

0 comments on commit bcc3530

Please sign in to comment.