Skip to content

Commit

Permalink
Added npm and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
js1300 committed Sep 18, 2024
1 parent ca5da43 commit 1a36f8b
Show file tree
Hide file tree
Showing 6 changed files with 1,176 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.DS_Store
node_modules
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22.9.0
3 changes: 0 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -781,9 +781,6 @@ module.exports = [
"yoda": [
"error"
]
},
"env": {
"browser": true
}
}
];
6 changes: 6 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import globals from "globals";


export default [
{languageOptions: { globals: globals.browser }},
];
Loading

0 comments on commit 1a36f8b

Please sign in to comment.