File tree Expand file tree Collapse file tree 3 files changed +350
-231
lines changed
Expand file tree Collapse file tree 3 files changed +350
-231
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ parser: babel-eslint
33extends :
44 - jason/react
55 - plugin:jsx-a11y/recommended
6+ settings :
7+ react :
8+ version : detect
69env :
710 node : true
811 browser : true
Original file line number Diff line number Diff line change 7676 "cross-env" : " ^5.2.0" ,
7777 "enzyme" : " ^3.6.0" ,
7878 "enzyme-adapter-react-16" : " ^1.5.0" ,
79- "eslint" : " ^5.6 .0" ,
80- "eslint-config-jason" : " ^4.1 .0" ,
81- "eslint-config-prettier" : " ^3 .1.0" ,
82- "eslint-plugin-import" : " ^2.14 .0" ,
83- "eslint-plugin-jsx-a11y" : " ^6.1 .1" ,
84- "eslint-plugin-prettier" : " ^2.6.2 " ,
85- "eslint-plugin-react" : " ^7.11.1 " ,
79+ "eslint" : " ^5.16 .0" ,
80+ "eslint-config-jason" : " ^5.0 .0" ,
81+ "eslint-config-prettier" : " ^4 .1.0" ,
82+ "eslint-plugin-import" : " ^2.16 .0" ,
83+ "eslint-plugin-jsx-a11y" : " ^6.2 .1" ,
84+ "eslint-plugin-prettier" : " ^3.0.1 " ,
85+ "eslint-plugin-react" : " ^7.12.4 " ,
8686 "husky" : " ^1.0.0-rc.15" ,
8787 "jest" : " ^24.7.1" ,
88- "prettier" : " ^1.14.3 " ,
88+ "prettier" : " ^1.16.4 " ,
8989 "react" : " ^16.5.2" ,
9090 "react-dom" : " ^16.5.2" ,
9191 "react-test-renderer" : " ^16.5.2" ,
You can’t perform that action at this time.
0 commit comments