Skip to content

Commit

Permalink
Update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnault committed Nov 6, 2020
1 parent a7e5ffc commit 7e40b27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ module.exports = {
},
rules: {
"no-return-await": "error",
"no-use-before-define": "off", // uses "@typescript-eslint/no-use-before-define" instead
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": ["warn", { ignoreRestSiblings: true }],
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apprentx/eslint-config",
"version": "1.0.2",
"version": "1.0.3",
"description": "Apprentx's eslint config",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 7e40b27

Please sign in to comment.