![zyachel](/assets/img/avatar_default.png)
make a hook to abstarct logic from page changes to .prettierrc changes to a couple of imports/exports bunch of screen reader tweaks
9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"arrowParens": "avoid",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true
|
|
}
|