Skip to content

Commit

Permalink
eslintrc: convert to json format
Browse files Browse the repository at this point in the history
  • Loading branch information
wfleischer committed Apr 24, 2023
1 parent cd2a515 commit 52b9c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js → .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
{
"env": {
"node": true,
"es2021": true
Expand All @@ -14,5 +14,5 @@ module.exports = {
},
"plugins": [
"@typescript-eslint"
],
]
}

0 comments on commit 52b9c0a

Please sign in to comment.