No more eclint
This commit is contained in:
parent
3523d14fed
commit
1d1ddd7bbd
7 changed files with 62 additions and 37 deletions
|
|
@ -11,7 +11,19 @@
|
|||
"trailingComma": "none",
|
||||
"tabWidth": 4,
|
||||
"useTabs": false,
|
||||
"endOfLine": "lf"
|
||||
"endOfLine": "lf",
|
||||
"overrides": [
|
||||
{
|
||||
"files": [
|
||||
"*.yml",
|
||||
"*.yaml",
|
||||
"*.md"
|
||||
],
|
||||
"options": {
|
||||
"tabWidth": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run build --workspaces",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue