Skip to content

Instantly share code, notes, and snippets.

@hoangbits
Created June 29, 2017 04:30
Show Gist options
  • Save hoangbits/81e1cb1dcbba32a1a9df519057c5ceee to your computer and use it in GitHub Desktop.
Save hoangbits/81e1cb1dcbba32a1a9df519057c5ceee to your computer and use it in GitHub Desktop.
{
"extends": "airbnb",
"disallowMultipleVarDecl": false,
"rules": {
"one-var": 0,
"comma-dangle": 0,
"max-len": [0, 120, 4],
"indent": [2, 4],
"key-spacing": [2, {
"beforeColon": false,
"afterColon": true
}]
}
}
Installed the NPM packages below
npm install --save-dev eslint eslint-plugin-jsx-a11y eslint-plugin-import eslint-config-airbnb eslint-plugin-react
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment