Skip to content

Commit

Permalink
refactor: convert .eslintrc.js to .eslint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOricil committed Jan 31, 2024
1 parent 494270d commit 55f9115
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .eslintrc.js

This file was deleted.

11 changes: 11 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": ["eslint:recommended", "prettier"],
"parserOptions": {
"ecmaVersion": 2015,
"sourceType": "module"
}
}

0 comments on commit 55f9115

Please sign in to comment.