Skip to content

Instantly share code, notes, and snippets.

@stuf
Created October 23, 2015 13:39
Show Gist options
  • Save stuf/a78f1d7a4505ea6ae4c2 to your computer and use it in GitHub Desktop.
Save stuf/a78f1d7a4505ea6ae4c2 to your computer and use it in GitHub Desktop.
{
"rules": {
"brace-style": [2, "stroustrup", { "allowSingleLine": true }],
"no-this-before-super": [2],
"quotes": [2, "single"],
"linebreak-style": [2, "unix"],
"semi": [2, "always"],
"no-console": [0],
"no-debugger": [0],
"no-unused-vars": [0],
"no-irregular-whitespace": [0]
},
"extends": "eslint:recommended"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment