refactor: gatsby-browser, gatsby-node

adds .eslintcache to gitignore
This commit is contained in:
Simon Reinsperger
2017-03-08 16:53:50 +01:00
parent 84cd888614
commit 7b8b07b05a
4 changed files with 27 additions and 25 deletions

View File

@@ -6,13 +6,13 @@
"import"
],
"rules": {
"global-require": [0],
"react/jsx-filename-extension": [0],
"react/prefer-es6-class": [0],
"global-require": [0],
"react/prefer-stateless-function": [0],
/* to allow importing 'gatsby-helpers' */
"import/no-extraneous-dependencies": [0],
"import/no-unresolved": [0],
"import/extensions": [0]
}
}
}