1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-21 16:43:24 -05:00

12 lines
189 B
Plaintext
Raw Normal View History

2017-01-01 17:39:49 -06:00
{
"extends": "airbnb",
2017-01-02 09:53:39 -06:00
"parser": "babel-eslint",
2017-01-01 17:39:49 -06:00
"plugins": [
"react",
"jsx-a11y",
"import"
],
"rules": {
"sort-imports": "error"
}
}