pulumi/sdk/nodejs/rome.json

43 lines
1.0 KiB
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": {
"recommended": true
},
"performance": {
"noDelete": "error"
},
"suspicious": {
"recommended": true,
"noExplicitAny": "off",
"noShadowRestrictedNames": "off",
"noRedeclare": "off"
}
}
}
}