:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
We currently have --ignore-path set in the eslint hook for git commits. This forces eslint to ignore the .eslintignore file, which is the standard way of specifying files & folders you don't want to be linted.
I was trying to add .eslintignore to my repo and spent a while trying to figure out why my files were still being linted. It's unintuitive to have this flag set by default.
ps. we probably shouldn't be linting the .gitignore file either :P
We currently have
--ignore-path
set in the eslint hook for git commits. This forces eslint to ignore the.eslintignore
file, which is the standard way of specifying files & folders you don't want to be linted.I was trying to add
.eslintignore
to my repo and spent a while trying to figure out why my files were still being linted. It's unintuitive to have this flag set by default.ps. we probably shouldn't be linting the .gitignore file either :P