Browse Source

Rules!

feature/python-error-tracking
Drew Larson 8 years ago
parent
commit
05fe2aefd0
  1. 11
      bikeshop_project/.eslintrc

11
bikeshop_project/.eslintrc

@ -0,0 +1,11 @@
{
"extends": "airbnb",
"plugins": [
"react",
"jsx-a11y",
"import"
],
"rules": {
"sort-imports": "error"
}
}
Loading…
Cancel
Save