Skip to content

Commit

Permalink
add eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MothScientist committed Jan 5, 2025
1 parent 664ea04 commit 6c58621
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = {
env: {
browser: true,
es2021: true,
},
extends: [
'eslint:recommended',
],
parserOptions: {
ecmaVersion: 12,
sourceType: 'module',
},
rules: {
},
};

0 comments on commit 6c58621

Please sign in to comment.