diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 11:39:05 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 11:39:05 +0300 |
commit | d7fbade96c19c663c4440805665d1aba26c1ccfd (patch) | |
tree | 0fef375ac90402ac8daacc0ea4a9d061b0c6d61b /package.json | |
parent | 92d87f46c8c7b6519aff38912b9c4cb13d113236 (diff) | |
download | eslint-config-d7fbade96c19c663c4440805665d1aba26c1ccfd.tar.xz eslint-config-d7fbade96c19c663c4440805665d1aba26c1ccfd.zip |
feat(comments): Initial ESLint Comments plugin
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index a7fa345..e93d241 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "@typescript-eslint/eslint-plugin": "^2.19.2", "@typescript-eslint/parser": "^2.19.2", "eslint": "^6.8.0", + "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-import": "^2.20.1", "eslint-plugin-security": "^1.4.0", "eslint-plugin-sonarjs": "^0.5.0", @@ -29,6 +30,7 @@ "@typescript-eslint/eslint-plugin": "^2.19.0", "@typescript-eslint/parser": "^2.19.0", "eslint": "^6.8.0", + "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-import": "^2.20.1", "eslint-plugin-security": "^1.4.0", "eslint-plugin-sonarjs": "^0.5.0", |