Commit 95270517 by Ari Rizzitano

remove references to config dir

parent 9f6d809b
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"jest": true "jest": true
}, },
"overrides": { "overrides": {
"files": ["*.stories.jsx", "*.test.jsx", "config/*"], "files": ["*.stories.jsx", "*.test.jsx"],
"rules": { "rules": {
"import/no-extraneous-dependencies": "off" // storybook & enzyme should stay devDependencies "import/no-extraneous-dependencies": "off" // storybook & enzyme should stay devDependencies
} }
......
...@@ -4,4 +4,3 @@ ...@@ -4,4 +4,3 @@
node_modules node_modules
npm-debug.log npm-debug.log
.travis.yml .travis.yml
config
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment