mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
More dev updates
This commit is contained in:
parent
5af9c4f230
commit
d313e47e34
3 changed files with 966 additions and 800 deletions
|
|
@ -21,6 +21,3 @@ untyped-type-import=error
|
|||
untyped-import=warn
|
||||
unclear-type=warn
|
||||
unsafe-getters-setters=error
|
||||
|
||||
[version]
|
||||
0.95.1
|
||||
|
|
|
|||
1749
package-lock.json
generated
1749
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
|
@ -37,17 +37,17 @@
|
|||
"babel-plugin-styled-components": "^1.10.1",
|
||||
"babel-plugin-transform-define": "^1.3.1",
|
||||
"cypress": "^3.4.1",
|
||||
"eslint": "^6.0.0",
|
||||
"eslint-config-airbnb": "^17.1.0",
|
||||
"eslint": "^6.2.2",
|
||||
"eslint-config-airbnb": "^18.0.1",
|
||||
"eslint-config-prettier": "^6.1.0",
|
||||
"eslint-config-react-app": "^5.0.1",
|
||||
"eslint-plugin-flowtype": "^3.13.0",
|
||||
"eslint-plugin-flowtype": "^4.2.0",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"eslint-plugin-react": "^7.13.0",
|
||||
"flow-bin": "^0.95.1",
|
||||
"lint-staged": "^8.2.1",
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"flow-bin": "^0.106.2",
|
||||
"lint-staged": "^9.2.5",
|
||||
"prettier": "^1.18.2",
|
||||
"prettier-eslint": "^9.0.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue