This commit is contained in:
Drew Larson
2017-01-01 17:39:49 -06:00
parent aa2a96b906
commit 05fe2aefd0
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "airbnb",
"plugins": [
"react",
"jsx-a11y",
"import"
],
"rules": {
"sort-imports": "error"
}
}