diff options
author | Valentin Popov <info@valentineus.link> | 2020-10-02 16:19:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 16:19:18 +0300 |
commit | ca3472cf54466250deafbb210d81054674b5a27d (patch) | |
tree | 975dc87692d80347b3604e3d649a65dbd51e50f6 /package.json | |
parent | a7aeded00994c56e4a6f24f53944b159be3a253d (diff) | |
parent | 8a1a4a502c1045e3f74bfe74addad130edb99f48 (diff) | |
download | eslint-config-ca3472cf54466250deafbb210d81054674b5a27d.tar.xz eslint-config-ca3472cf54466250deafbb210d81054674b5a27d.zip |
Merge pull request #7 from valentineus/release/2020-06-18
Release/2020 06 18
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json index 14c5419..52885e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@valentineus/eslint-config", - "version": "0.0.16", + "version": "0.0.21", "description": "Personal ESLint configuration", "main": "index.js", "repository": "git@code.valentineus.link:eslint-config.git", @@ -19,6 +19,9 @@ "eslint": "^7.2.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.21.2", + "eslint-plugin-jsx-a11y": "^6.2.3", + "eslint-plugin-react": "^7.20.0", + "eslint-plugin-react-hooks": "^4.0.4", "eslint-plugin-security": "^1.4.0", "eslint-plugin-sonarjs": "^0.5.0", "eslint-plugin-unicorn": "^20.1.0", @@ -34,6 +37,9 @@ "eslint": "^7.2.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.21.2", + "eslint-plugin-jsx-a11y": "^6.2.3", + "eslint-plugin-react": "^7.20.0", + "eslint-plugin-react-hooks": "^4.0.4", "eslint-plugin-security": "^1.4.0", "eslint-plugin-sonarjs": "^0.5.0", "eslint-plugin-unicorn": "^20.1.0", |