Skip to content

Commit

Permalink
chore: release 39.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upgrade eslint-plugin-unicorn
BREAKING CHANGE: upgrade eslint-plugin-json
  • Loading branch information
Cherry committed Jun 20, 2024
1 parent 2863a0f commit 669e277
Show file tree
Hide file tree
Showing 3 changed files with 575 additions and 250 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const extendData = [
'eslint:recommended',
'plugin:n/recommended',
'plugin:json/recommended-with-comments',
'plugin:json/recommended-with-comments-legacy',
];
const internalExtends = [
'./rules/best-practices',
Expand Down
Loading

0 comments on commit 669e277

Please sign in to comment.