Skip to content

Commit

Permalink
config(): prefer json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenVelocity committed Nov 8, 2021
1 parent 5885624 commit 059e9d3
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": {
"es2021": true,
"node": true
Expand All @@ -17,4 +17,4 @@ module.exports = {
],
"rules": {
}
};
}

0 comments on commit 059e9d3

Please sign in to comment.