diff options
author | silverwind | 2022-07-22 03:10:22 +0200 |
---|---|---|
committer | GitHub | 2022-07-22 09:10:22 +0800 |
commit | bc17cba83587f2b4015f0df25925817abef5c082 (patch) | |
tree | 31ea16d21d92793b9f71e9dd553b43f0ec6326e7 /package.json | |
parent | 3df33799c1b8775b4110ed11171a37f6c5ef4ae2 (diff) |
Add eslint-plugin-sonarjs (#20431)
We had this plugin before but it was removed as it became outdated, now
it was updated again, so it's compatible again.
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index c1ecd1634..f4752aeec 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "eslint": "8.20.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-jquery": "1.5.1", + "eslint-plugin-sonarjs": "0.13.0", "eslint-plugin-unicorn": "43.0.2", "eslint-plugin-vue": "9.2.0", "jest": "28.1.3", |