Skip to content

Commit

Permalink
Fix/turn off no-useless-constructor (#6)
Browse files Browse the repository at this point in the history
* fix: turn off no-useless-constructor

* chore: set version to 1.3.1
  • Loading branch information
tnotheis authored Sep 20, 2021
1 parent fccc749 commit 44f5f10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = {
"@typescript-eslint/switch-exhaustiveness-check": "warn",
"@typescript-eslint/return-await": ["error", "always"],
"@typescript-eslint/require-await": "error",
"no-useless-constructor":"error",
"no-useless-constructor":"off",
"@typescript-eslint/no-useless-constructor": "error",
quotes: "off",
"@typescript-eslint/quotes": ["error", "double", { avoidEscape: true }],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-soft/eslint-config-ts",
"version": "1.3.0",
"version": "1.3.1",
"description": "j&s-soft typescript linting rules",
"repository": {
"type": "git",
Expand Down

0 comments on commit 44f5f10

Please sign in to comment.