Skip to content

Instantly share code, notes, and snippets.

@ThePendulum
Created March 2, 2019 23:47
Show Gist options
  • Save ThePendulum/54df0cce6305d101304d872238fcdbd4 to your computer and use it in GitHub Desktop.
Save ThePendulum/54df0cce6305d101304d872238fcdbd4 to your computer and use it in GitHub Desktop.
{
"root": true,
"parser": "babel-eslint",
"extends": "airbnb-base",
"parserOptions": {
"sourceType": "script"
},
"rules": {
"strict": 0,
"no-unused-vars": ["error", {"argsIgnorePattern": "^_"}],
"no-console": 0,
"indent": ["error", 4],
"max-len": [2, {"code": 200, "tabWidth": 4, "ignoreUrls": true}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment