21 lines
388 B
JSON
21 lines
388 B
JSON
{
|
|
"files": {
|
|
"includes": ["src/**/*.ts", "tests/**/*.ts", "*.json", "*.ts", "!vendor/**"]
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": false,
|
|
"style": {
|
|
"noNonNullAssertion": "warn",
|
|
"useNodejsImportProtocol": "warn"
|
|
}
|
|
}
|
|
}
|
|
}
|