mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Rules!
This commit is contained in:
parent
aa2a96b906
commit
05fe2aefd0
11
bikeshop_project/.eslintrc
Normal file
11
bikeshop_project/.eslintrc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"extends": "airbnb",
|
||||||
|
"plugins": [
|
||||||
|
"react",
|
||||||
|
"jsx-a11y",
|
||||||
|
"import"
|
||||||
|
],
|
||||||
|
"rules": {
|
||||||
|
"sort-imports": "error"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user