mirror of https://github.com/fspc/workstand.git
Drew Larson
8 years ago
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||
|
{ |
||||
|
"extends": "airbnb", |
||||
|
"plugins": [ |
||||
|
"react", |
||||
|
"jsx-a11y", |
||||
|
"import" |
||||
|
], |
||||
|
"rules": { |
||||
|
"sort-imports": "error" |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue