mirror of https://github.com/pulumi/pulumi.git
31 lines
800 B
JSON
31 lines
800 B
JSON
{
|
|
"$schema": "./node_modules/rome/configuration_schema.json",
|
|
"organizeImports": {
|
|
"enabled": false
|
|
},
|
|
"files": {
|
|
"ignore": [
|
|
"bin/", "proto/", "dist/", "node_modules", ".nyc_output/", ".direnv/", "tests/runtime/jsClosureCases_*.js",
|
|
"tests/runtime/tsClosureCases.ts", "tests/mockpackage/lib/"
|
|
]
|
|
},
|
|
"formatter": {
|
|
"indentSize": 4,
|
|
"indentStyle": "space",
|
|
"lineWidth": 120
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": false,
|
|
"complexity": {
|
|
"noExtraBooleanCast": "error",
|
|
"useOptionalChain": "error"
|
|
},
|
|
"performance": {
|
|
"noDelete": "error"
|
|
}
|
|
}
|
|
}
|
|
}
|