Skip to content

Instantly share code, notes, and snippets.

@akabekobeko
Last active February 28, 2017 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akabekobeko/2dd0ab7fe3b267478553 to your computer and use it in GitHub Desktop.
Save akabekobeko/2dd0ab7fe3b267478553 to your computer and use it in GitHub Desktop.
ESLint rules
{
"extends": "standard",
"env": {
"mocha": true
},
"rules": {
"no-multi-spaces": 0,
"yoda": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment