Skip to content

Commit

Permalink
Use cjs extension for eslint file
Browse files Browse the repository at this point in the history
  • Loading branch information
axlwaii committed Feb 5, 2024
1 parent ebac69e commit 98b213a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
],
parserOptions: {
ecmaVersion: 2021,
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
},
root: true,
rules: {
Expand Down

0 comments on commit 98b213a

Please sign in to comment.