Skip to content

Commit

Permalink
chore: better configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Nov 4, 2023
1 parent e68a256 commit cfaf460
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3,146 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
"env": {
"node": true,
"browser": true,
"es2021": true
},
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.report.html
.cache
node_modules
package-lock.json
reports/*
!reports/.gitkeep

Expand Down
Loading

0 comments on commit cfaf460

Please sign in to comment.