Skip to content

Instantly share code, notes, and snippets.

@Hrommi
Last active May 16, 2022 10:26
Show Gist options
  • Save Hrommi/57e5712a9bdc7a4238f7d87145a93a26 to your computer and use it in GitHub Desktop.
Save Hrommi/57e5712a9bdc7a4238f7d87145a93a26 to your computer and use it in GitHub Desktop.
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"jsxSingleQuote": true,
"importOrder": [
"^api(/?.*)$",
"^components(/?.*)$",
"^helpers(/?.*)$",
"^hooks(/?.*)$",
"^icons(/?.*)$",
"^localization(/?.*)$",
"^mixins(/?.*)$",
"^models(/?.*)$",
"^pages(/?.*)$",
"^scenes(/?.*)$",
"^services(/?.*)$",
"^store(/?.*)$",
"^theme(/?.*)$",
"^[./]"
],
"importOrderSeparation": true,
"parser": "typescript",
"endOfLine": "crlf",
"overrides": [
{
"files": "*.json",
"options": {
"parser": "json"
}
},
{
"files": "*.html",
"options": {
"parser": "html"
}
},
{
"files": "*.css",
"options": {
"parser": "css"
}
},
{
"files": "*.scss",
"options": {
"parser": "scss"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment