superset/superset-frontend/.prettierrc
Jesse Yang 13c5b133a9
test(frontend): use absolute path for src imports (#9761)
* test(frontend): use absolute path for src imports

* Upgrade prettier, fix eslint
2020-05-07 14:18:10 -07:00

6 lines
78 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid"
}