Skip to content

Instantly share code, notes, and snippets.

@aligos
Created November 5, 2016 05:55
Show Gist options
  • Save aligos/6351314a7016d3611f184ac918e41651 to your computer and use it in GitHub Desktop.
Save aligos/6351314a7016d3611f184ac918e41651 to your computer and use it in GitHub Desktop.
"eslintConfig": {
"parser": "babel-eslint",
"extends": [
"airbnb/base",
"plugin:import/errors"
],
"rules": {
"no-use-before-define": 0,
"arrow-body-style": 0,
"dot-notation": 0,
"no-console": 0
},
"env": {
"mocha": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment