Skip to content

Commit

Permalink
Added ESLint as a dependency to help speed things up
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyOnePro committed Nov 15, 2023
1 parent 8c5ba7f commit e140a04
Show file tree
Hide file tree
Showing 3 changed files with 4,148 additions and 1,510 deletions.
13 changes: 13 additions & 0 deletions NStart/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
}
}
Loading

0 comments on commit e140a04

Please sign in to comment.