Commit 95270517 by Ari Rizzitano

remove references to config dir

parent 9f6d809b
......@@ -19,7 +19,7 @@
"jest": true
},
"overrides": {
"files": ["*.stories.jsx", "*.test.jsx", "config/*"],
"files": ["*.stories.jsx", "*.test.jsx"],
"rules": {
"import/no-extraneous-dependencies": "off" // storybook & enzyme should stay devDependencies
}
......
......@@ -4,4 +4,3 @@
node_modules
npm-debug.log
.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