Skip to content

Commit

Permalink
Some style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
agsh committed Nov 26, 2021
1 parent c6f6902 commit 616fc0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"mocha": true
},
"rules": {
"node/no-deprecated-api": 0,
"no-console": 0,
"no-param-reassign": 0,
"no-unused-vars": [
Expand Down Expand Up @@ -71,6 +72,7 @@
{
"properties": "never"
}
]
],
"semi": "error"
}
}

0 comments on commit 616fc0c

Please sign in to comment.