Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
chore: apply code style
Browse files Browse the repository at this point in the history
  • Loading branch information
miwurster committed Jan 25, 2022
1 parent 3229526 commit e10c369
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"env": {
"commonjs": true,
"es2021": true,
"node": true
},
"extends": [
"airbnb-base"
],
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
}
"env": {
"commonjs": true,
"es2021": true,
"node": true
},
"extends": [
"airbnb-base"
],
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
}
}

0 comments on commit e10c369

Please sign in to comment.