Skip to content

Commit

Permalink
fix: raw eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Apr 19, 2024
1 parent 3230d61 commit d7cdb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: ['eslint:recommended', 'plugin:eslint-plugin/recommended'],
extends: ['eslint:recommended', 'plugin:node/recommended', 'plugin:eslint-plugin/recommended'],
env: {
es6: true
}
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export default [
}
}
}
];
];

0 comments on commit d7cdb51

Please sign in to comment.