mirror of
https://github.com/fspc/workstand.git
synced 2025-02-21 00:24:27 -05:00
12 lines
189 B
Plaintext
12 lines
189 B
Plaintext
{
|
|
"extends": "airbnb",
|
|
"parser": "babel-eslint",
|
|
"plugins": [
|
|
"react",
|
|
"jsx-a11y",
|
|
"import"
|
|
],
|
|
"rules": {
|
|
"sort-imports": "error"
|
|
}
|
|
} |