Skip to content

Commit d7cdb51

Browse files
committed
fix: raw eslint config
1 parent 3230d61 commit d7cdb51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
extends: ['eslint:recommended', 'plugin:eslint-plugin/recommended'],
2+
extends: ['eslint:recommended', 'plugin:node/recommended', 'plugin:eslint-plugin/recommended'],
33
env: {
44
es6: true
55
}

eslint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export default [
1414
}
1515
}
1616
}
17-
];
17+
];

0 commit comments

Comments
 (0)