Initial commit
This commit is contained in:
21
.prettierrc
Normal file
21
.prettierrc
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"jsxBracketSameLine": true,
|
||||
"singleQuote": true,
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["**/*.css", "**/*.scss", "**/*.pcss", "**/*.html"],
|
||||
"options": {
|
||||
"singleQuote": false,
|
||||
"tabWidth": 4
|
||||
}
|
||||
}
|
||||
],
|
||||
"jsxSingleQuote": false,
|
||||
"printWidth": 120,
|
||||
"tabWidth": 4,
|
||||
"endOfLine": "auto",
|
||||
"semi": true,
|
||||
"tslintIntegration": true,
|
||||
"stylelintIntegration": true,
|
||||
"ignorePath": ".gitignore"
|
||||
}
|
||||
Reference in New Issue
Block a user