1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-22 08:53:23 -05:00
Drew Larson 05fe2aefd0 Rules!
2017-01-01 17:39:49 -06:00

11 lines
159 B
Plaintext

{
"extends": "airbnb",
"plugins": [
"react",
"jsx-a11y",
"import"
],
"rules": {
"sort-imports": "error"
}
}