Skip to content

Commit

Permalink
Disable the unicorn/prefer-json-parse-buffer rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 17, 2022
1 parent 352f20c commit 265db3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/plugins.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ module.exports = {
'only-single-line',
],

// It will be disabled in the next version of eslint-plugin-unicorn.
'unicorn/prefer-json-parse-buffer': 'off',

// TODO: Remove this override when the rule is more stable.
'unicorn/consistent-function-scoping': 'off',

Expand Down

0 comments on commit 265db3b

Please sign in to comment.