Skip to content

Commit

Permalink
Feature/turn-off-capitalized-comments (#9)
Browse files Browse the repository at this point in the history
* feat: turn off capitalized comments

* chore: set version to 1.4.0
  • Loading branch information
tnotheis authored Sep 30, 2021
1 parent a96c318 commit b951bef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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.3",
"version": "1.4.0",
"description": "j&s-soft typescript linting rules",
"repository": {
"type": "git",
Expand Down

0 comments on commit b951bef

Please sign in to comment.