Skip to content

Commit

Permalink
Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebodin committed May 29, 2019
1 parent 8a70b4b commit 69b1899
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
es6: true,
node: true,
jest: true,
mocha: true,
},
parserOptions: {
ecmaVersion: 2018,
Expand All @@ -30,6 +31,12 @@ module.exports = {
expect: false,
assert: false,
chai: false,
// TODO: put all this in process.env in webpack to avoid having to set them here
REMOTE_URL: true,
BACKEND_URL: true,
PUBLIC_PATH: true,
MODE: true,
NODE_ENV: true,
},
rules: {
'generator-star-spacing': 0,
Expand Down

0 comments on commit 69b1899

Please sign in to comment.