-
- Downloads
Bug 1564138 - Fix DevTools PropTypes errors when updating eslint. r=Ola.
Differential Revision: https://phabricator.services.mozilla.com/D38093 --HG-- extra : moz-landing-system : lando
Showing
- devtools/client/application/src/components/Worker.js 2 additions, 0 deletionsdevtools/client/application/src/components/Worker.js
- devtools/client/shared/components/List.js 1 addition, 0 deletionsdevtools/client/shared/components/List.js
- devtools/client/shared/components/tree/TreeRow.js 1 addition, 0 deletionsdevtools/client/shared/components/tree/TreeRow.js
- devtools/client/shared/components/tree/TreeView.js 1 addition, 0 deletionsdevtools/client/shared/components/tree/TreeView.js
- devtools/client/webconsole/components/Output/Message.js 4 additions, 0 deletionsdevtools/client/webconsole/components/Output/Message.js
- package-lock.json 32 additions, 6 deletionspackage-lock.json
- package.json 2 additions, 2 deletionspackage.json
... | ... | @@ -11,6 +11,7 @@ |
"eslint": "5.16.0", | ||
"eslint-config-prettier": "4.2.0", | ||
"eslint-plugin-babel": "5.3.0", | ||
"eslint-plugin-fetch-options": "0.0.5", | ||
"eslint-plugin-file-header": "0.0.1", | ||
"eslint-plugin-flowtype": "3.6.0", | ||
"eslint-plugin-html": "5.0.3", | ||
... | ... | @@ -20,8 +21,7 @@ |
"eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla", | ||
"eslint-plugin-no-unsanitized": "3.0.2", | ||
"eslint-plugin-prettier": "3.0.1", | ||
"eslint-plugin-fetch-options": "0.0.5", | ||
"eslint-plugin-react": "7.12.4", | ||
"eslint-plugin-react": "7.14.2", | ||
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js", | ||
"prettier": "1.17.0" | ||
}, | ||
... | ... |
Please register or sign in to comment