Skip to content

Commit

Permalink
Lint/format JS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Property404 committed Mar 27, 2022
1 parent 8f471f0 commit 3f50811
Show file tree
Hide file tree
Showing 10 changed files with 2,947 additions and 1,299 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
"env": {
"browser": true,
"node": true,
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
}
}
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
!**/**/
!.gitignore
!*.js
!*.cjs
!*.html
!*.css
!package.json
!package-lock.json
!*.json
!*.yaml
!*.yml
node_modules
Loading

0 comments on commit 3f50811

Please sign in to comment.