Skip to content

Commit

Permalink
docs: refactor comments about required plugin fixes in eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
BePo65 committed May 11, 2024
1 parent 4cb5c84 commit f5d7e83
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 9,6 @@ import mochaPlugin from 'eslint-plugin-mocha';
export default [
pluginJs.configs.recommended,
pluginJsdoc.configs['flat/recommended'],
// TODO pluginJson.configs.recommended throws error - see following issue
// https://github.com/azeemba/eslint-plugin-json/issues/80
mochaPlugin.configs.flat.recommended,
{
files: [ '**/*.js' ],
Expand All @@ -26,7 24,8 @@ export default [
},
{
files: [ '**/*.json' ],
// HACK pluginJson - allowComments throws; wait for fix; until then exclude files with comments
// TODO pluginJson - allowComments throws; wait for fix; until then exclude files with comments
// see https://github.com/azeemba/eslint-plugin-json/pull/82#issuecomment-2081391823
ignores: [ '**/.vscode/launch.json' ],
plugins: {
pluginJson,
Expand Down

0 comments on commit f5d7e83

Please sign in to comment.