13 lines
312 B
Text
13 lines
312 B
Text
{
|
|
"endOfLine": "lf",
|
|
"semi": false,
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"eslintIntegration": false,
|
|
"tslintIntegration": true,
|
|
"printWidth": 120,
|
|
"tslint.packageManager": "npm",
|
|
"npm.packageManager": "npm",
|
|
"prettier.tslintIntegration": true
|
|
}
|