File tree Expand file tree Collapse file tree 4 files changed +0
-216
lines changed Expand file tree Collapse file tree 4 files changed +0
-216
lines changed Original file line number Diff line number Diff line change @@ -249,16 +249,6 @@ module.exports = {
249
249
TaskController : true ,
250
250
} ,
251
251
} ,
252
- // TODO: I'm adding this plugin to the repo temporarily, but I'll revert it
253
- // in the same PR. That way we don't have to check it in but it's still
254
- // accessible (via the PR) if we need it later.
255
- {
256
- files : [ 'packages/**/*.js' ] ,
257
- plugins : [ 'unused-imports' ] ,
258
- rules : {
259
- 'unused-imports/no-unused-imports' : ERROR ,
260
- } ,
261
- } ,
262
252
] ,
263
253
264
254
globals : {
Original file line number Diff line number Diff line change 61
61
"eslint-plugin-no-function-declare-after-return" : " ^1.0.0" ,
62
62
"eslint-plugin-react" : " ^6.7.1" ,
63
63
"eslint-plugin-react-internal" : " link:./scripts/eslint-rules" ,
64
- "eslint-plugin-unused-imports" : " ^1.1.5" ,
65
64
"fbjs-scripts" : " 1.2.0" ,
66
65
"filesize" : " ^6.0.1" ,
67
66
"flow-bin" : " 0.97" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6447
6447
6448
6448
"eslint-plugin-react-internal@link:./scripts/eslint-rules":
6449
6449
version "0.0.0"
6450
- uid ""
6451
6450
6452
6451
eslint-plugin-react@^6.7.1:
6453
6452
version "6.10.3"
@@ -6460,13 +6459,6 @@ eslint-plugin-react@^6.7.1:
6460
6459
jsx-ast-utils "^1.3.4"
6461
6460
object.assign "^4.0.4"
6462
6461
6463
- eslint-plugin-unused-imports@^1.1.5:
6464
- version "1.1.5"
6465
- resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-1.1.5.tgz#a2b992ef0faf6c6c75c3815cc47bde76739513c2"
6466
- integrity sha512-TeV8l8zkLQrq9LBeYFCQmYVIXMjfHgdRQLw7dEZp4ZB3PeR10Y5Uif11heCsHRmhdRIYMoewr1d9ouUHLbLHew==
6467
- dependencies:
6468
- eslint-rule-composer "^0.3.0"
6469
-
6470
6462
eslint-rule-composer@^0.3.0:
6471
6463
version "0.3.0"
6472
6464
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
You can’t perform that action at this time.
0 commit comments