Последняя версия с сервера прошлого разработчика
This commit is contained in:
22
nova/.prettierrc
Executable file
22
nova/.prettierrc
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"printWidth": 80,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5",
|
||||
"bracketSpacing": true,
|
||||
"jsxBracketSameLine": false,
|
||||
"semi": false,
|
||||
"requirePragma": false,
|
||||
"proseWrap": "preserve",
|
||||
"arrowParens": "avoid",
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": "resources/css/**/*.css",
|
||||
"options": {
|
||||
"tabWidth": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user