File tree 3 files changed +12
-1
lines changed 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 8
8
extends :
9
9
- eslint:recommended
10
10
- plugin:@typescript-eslint/recommended
11
+ - plugin:eslint-comments/recommended
11
12
- plugin:import/recommended
12
13
- plugin:import/typescript
13
14
- plugin:react/recommended
60
61
" @typescript-eslint/triple-slash-reference " : " off"
61
62
" brace-style " : " off"
62
63
" curly " : ["error", "all"]
64
+ " eslint-comments/require-description " : " error"
63
65
eqeqeq : error
64
66
import/default : " off"
65
67
import/namespace : " off"
Original file line number Diff line number Diff line change 103
103
"eslint-import-resolver-alias" : " 1.1.2" ,
104
104
"eslint-import-resolver-typescript" : " 3.5.0" ,
105
105
"eslint-plugin-compat" : " 4.0.2" ,
106
+ "eslint-plugin-eslint-comments" : " ^3.2.0" ,
106
107
"eslint-plugin-import" : " 2.26.0" ,
107
108
"eslint-plugin-jest" : " 27.0.1" ,
108
109
"eslint-plugin-jsx-a11y" : " 6.6.1" ,
Original file line number Diff line number Diff line change @@ -6346,6 +6346,14 @@ eslint-plugin-compat@4.0.2:
6346
6346
lodash.memoize "4.1.2"
6347
6347
semver "7.3.5"
6348
6348
6349
+ eslint-plugin-eslint-comments@^3.2.0:
6350
+ version "3.2.0"
6351
+ resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz#9e1cd7b4413526abb313933071d7aba05ca12ffa"
6352
+ integrity sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==
6353
+ dependencies:
6354
+ escape-string-regexp "^1.0.5"
6355
+ ignore "^5.0.5"
6356
+
6349
6357
eslint-plugin-import@2.26.0:
6350
6358
version "2.26.0"
6351
6359
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
@@ -7762,7 +7770,7 @@ ignore@^4.0.3:
7762
7770
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
7763
7771
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
7764
7772
7765
- ignore@^5.2.0:
7773
+ ignore@^5.0.5, ignore@^5. 2.0:
7766
7774
version "5.2.0"
7767
7775
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
7768
7776
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
You can’t perform that action at this time.
0 commit comments