1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-21 00:24:27 -05:00
2017-01-02 09:53:39 -06:00

12 lines
189 B
Plaintext

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