Add glob dependency and allow rules that only warn

This commit is contained in:
Jordan Eldredge 2019-08-18 14:26:31 -07:00
parent 9702c92b2e
commit d1dedf01c5
3 changed files with 3 additions and 5 deletions

View file

@ -2,10 +2,7 @@
"rules": {
// TODO: Turn these all back on
"camelcase": "off",
"no-shadow": "off",
"no-nested-ternary": "off",
"react-hooks/rules-of-hooks": "off",
"react-hooks/exhaustive-deps": "off",
"import/no-extraneous-dependencies": "off"
"react-hooks/exhaustive-deps": "off"
}
}

View file

@ -94,6 +94,7 @@
"eslint-plugin-react": "^7.7.0",
"file-loader": "^2.0.0",
"git-revision-webpack-plugin": "^3.0.3",
"glob": "^7.1.4",
"html-webpack-inline-svg-plugin": "^1.2.4",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",

View file

@ -4684,7 +4684,7 @@ glob@^7.1.2:
once "^1.3.0"
path-is-absolute "^1.0.0"
glob@^7.1.3:
glob@^7.1.3, glob@^7.1.4:
version "7.1.4"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==