Skip to content

Commit

Permalink
chore: use eslint-plugin-n
Browse files Browse the repository at this point in the history
  • Loading branch information
buuhuu committed Sep 6, 2024
1 parent fa09254 commit 4624681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
extends: [
"eslint:recommended",
"plugin:eslint-plugin/recommended",
"plugin:node/recommended",
"plugin:n/recommended",
],
env: {
node: true,
Expand Down

0 comments on commit 4624681

Please sign in to comment.