File tree 3 files changed +1
-10
lines changed
3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 5
5
An [ ESLint Shareable Config] ( https://eslint.org/docs/developer-guide/shareable-configs.html ) .
6
6
7
7
[ ![ npm version] ( https://img.shields.io/npm/v/@rebeccastevens/eslint-config.svg?logo=npm&style=flat-square )] ( https://www.npmjs.com/package/@rebeccastevens/eslint-config )
8
- [ ![ BSD 3 Clause license] ( https://img.shields.io/github/license/RebeccaStevens/eslint-config-rebeccastevens.svg?style=flat-square )] ( https://opensource.org/licenses/BSD-3-Clause )
8
+ [ ![ BSD 3 Clause license] ( https://img.shields.io/github/license/RebeccaStevens/eslint-config-rebeccastevens.svg?style=flat-square )] ( https://opensource.org/licenses/BSD-3-Clause )
9
9
[ ![ Tests Status] ( https://github.com/RebeccaStevens/eslint-config-rebeccastevens/workflows/CI/badge.svg?style=flat-square )] ( https://github.com/RebeccaStevens/eslint-config-rebeccastevens/actions )
10
10
[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square )] ( https://commitizen.github.io/cz-cli/ )
11
11
[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square )] ( https://github.com/semantic-release/semantic-release )
@@ -43,7 +43,6 @@ yarn add -D \
43
43
eslint-plugin-node \
44
44
eslint-plugin-optimize-regex \
45
45
eslint-plugin-promise \
46
- eslint-plugin-simple-import-sort \
47
46
eslint-plugin-sonarjs \
48
47
eslint-plugin-unicorn
49
48
```
@@ -86,7 +85,6 @@ yarn add -D \
86
85
eslint-plugin-node \
87
86
eslint-plugin-optimize-regex \
88
87
eslint-plugin-promise \
89
- eslint-plugin-simple-import-sort \
90
88
eslint-plugin-sonarjs \
91
89
eslint-plugin-unicorn
92
90
```
Original file line number Diff line number Diff line change 78
78
"eslint-plugin-optimize-regex" : " ^1.2.0" ,
79
79
"eslint-plugin-prettier" : " ^3.3.0" ,
80
80
"eslint-plugin-promise" : " ^4.2.1" ,
81
- "eslint-plugin-simple-import-sort" : " ^7.0.0" ,
82
81
"eslint-plugin-sonarjs" : " ^0.5.0" ,
83
82
"eslint-plugin-unicorn" : " ^24.0.0" ,
84
83
"husky" : " ^4.3.6" ,
106
105
"eslint-plugin-markdown" : " *" ,
107
106
"eslint-plugin-optimize-regex" : " *" ,
108
107
"eslint-plugin-promise" : " *" ,
109
- "eslint-plugin-simple-import-sort" : " *" ,
110
108
"eslint-plugin-sonarjs" : " *" ,
111
109
"eslint-plugin-unicorn" : " *"
112
110
},
Original file line number Diff line number Diff line change @@ -2271,11 +2271,6 @@ eslint-plugin-promise@^4.2.1:
2271
2271
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz#61485df2a359e03149fdafc0a68b0e030ad2ac45"
2272
2272
integrity sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ==
2273
2273
2274
- eslint-plugin-simple-import-sort@^7.0.0 :
2275
- version "7.0.0"
2276
- resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-7.0.0.tgz#a1dad262f46d2184a90095a60c66fef74727f0f8"
2277
- integrity sha512-U3vEDB5zhYPNfxT5TYR7u01dboFZp+HNpnGhkDB2g/2E4wZ/g1Q9Ton8UwCLfRV9yAKyYqDh62oHOamvkFxsvw==
2278
-
2279
2274
eslint-plugin-sonarjs@^0.5.0 :
2280
2275
version "0.5.0"
2281
2276
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.5.0.tgz#ce17b2daba65a874c2862213a9e38e8986ad7d7d"
You can’t perform that action at this time.
0 commit comments