Skip to content

Commit

Permalink
chore: release 36.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: move to `eslint-plugin-n` for node rules
  • Loading branch information
Cherry committed May 5, 2024
1 parent 074244b commit bd4e7bf
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 253 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const extendData = [
'eslint:recommended',
'plugin:node/recommended',
'plugin:n/recommended',
'plugin:json/recommended-with-comments',
];
const internalExtends = [
Expand Down Expand Up @@ -31,7 +31,7 @@ module.exports = {
plugins: [
'@stylistic',
'json',
'node',
'n',
'unicorn',
'import',
'import-newlines',
Expand Down
Loading

0 comments on commit bd4e7bf

Please sign in to comment.