File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ module.exports = {
203
203
'rxjs/no-subject-unsubscribe' : 'error' ,
204
204
205
205
'etc/throw-error' : 'error' ,
206
- 'etc/deprecation ' : 'warn' ,
206
+ 'etc/no-deprecated ' : 'warn' ,
207
207
208
208
'@typescript-eslint/no-var-requires' : 'off' ,
209
209
'@typescript-eslint/prefer-regexp-exec' : 'off' ,
Original file line number Diff line number Diff line change 39
39
"@typescript-eslint/parser" : " ^4.5.0" ,
40
40
"eslint-config-prettier" : " ^6.15.0" ,
41
41
"eslint-plugin-ban" : " ^1.4.0" ,
42
- "eslint-plugin-etc" : " ^0.0.3-beta.48 " ,
42
+ "eslint-plugin-etc" : " ^1.1.5 " ,
43
43
"eslint-plugin-import" : " ^2.22.1" ,
44
44
"eslint-plugin-jsdoc" : " ^30.7.6" ,
45
45
"eslint-plugin-react" : " ^7.21.4" ,
Original file line number Diff line number Diff line change @@ -1723,10 +1723,10 @@ eslint-plugin-ban@^1.4.0:
1723
1723
dependencies :
1724
1724
requireindex "~1.2.0"
1725
1725
1726
- eslint-plugin-etc@^0.0.3-beta.48 :
1727
- version "0.0.3-beta.48 "
1728
- resolved "https://registry.npmjs.org /eslint-plugin-etc/-/eslint-plugin-etc-0.0.3-beta.48. tgz#33473119d3d83fd2bb0dcf50356fa95fb299c2f1 "
1729
- integrity sha512-62dIqkn9RhOZ29pMdX80b4JTrXQy94TY78lU0xgmwcYbgWDPjIe+rE/XupB+hab1H5r6Mb1Ss+MFf6DHMU7z0Q ==
1726
+ eslint-plugin-etc@^1.1.5 :
1727
+ version "1.1.5 "
1728
+ resolved "https://registry.yarnpkg.com /eslint-plugin-etc/-/eslint-plugin-etc-1.1.5. tgz#29102203ed4475ca17d2230ccb1236a9148443c0 "
1729
+ integrity sha512-3xL62PJiDEPSy1XJGFOViT+pTnfzIe18LYZEWcShBjvf/MMGZBo+hbtb0gJ+u/3UCNkW+cx7+XLpfcEp3UzYcQ ==
1730
1730
dependencies :
1731
1731
" @phenomnomnominal/tsquery" " ^4.0.0"
1732
1732
" @typescript-eslint/experimental-utils" " ^4.0.0"
You can’t perform that action at this time.
0 commit comments