From e697b430902c4a5a412fd4e7aa7aadcba2ba8a57 Mon Sep 17 00:00:00 2001 From: Timo Notheisen Date: Thu, 30 Sep 2021 08:21:07 +0200 Subject: [PATCH 1/2] feat: turn off capitalized comments --- index.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/index.js b/index.js index 4307265..bee4f87 100644 --- a/index.js +++ b/index.js @@ -171,13 +171,6 @@ module.exports = { "no-void": "error", "yoda": "error", "no-unused-expressions": "error", - "capitalized-comments": [ - "error", - "always", - { - "ignoreConsecutiveComments": true - } - ], "no-lonely-if": "error", "no-duplicate-imports": "error", "no-useless-rename": "error", From 79c4aed2f6c6097ee4a4f1c520dc452a6b8f245f Mon Sep 17 00:00:00 2001 From: Timo Notheisen Date: Thu, 30 Sep 2021 08:21:39 +0200 Subject: [PATCH 2/2] chore: set version to 1.4.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c492bb..e47189f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@js-soft/eslint-config-ts", - "version": "1.3.3", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@js-soft/eslint-config-ts", - "version": "1.3.3", + "version": "1.4.0", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^4.31.1", diff --git a/package.json b/package.json index efedcb7..43a12dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@js-soft/eslint-config-ts", - "version": "1.3.3", + "version": "1.4.0", "description": "j&s-soft typescript linting rules", "repository": { "type": "git",