feat: implement linting and testing
This commit is contained in:
19
.prettierrc
Normal file
19
.prettierrc
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"printWidth": 100,
|
||||
"proseWrap": "always",
|
||||
"tabWidth": 2,
|
||||
"overrides": [
|
||||
{
|
||||
"files": "*.yml",
|
||||
"options": { "singleQuote": false }
|
||||
},
|
||||
{
|
||||
"files": "*.yaml",
|
||||
"options": { "singleQuote": false }
|
||||
},
|
||||
{
|
||||
"files": "*.json",
|
||||
"options": { "trailingComma": "none" }
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user