PromucFlow_constructor/.cursor/rules.json

43 lines
892 B
JSON
Raw Normal View History

{
"commitRules": {
"style": {
"concise": true,
"singleLine": true,
"format": {
"prefix": "verb",
"allowedPrefixes": [
"adds",
"removes",
"updates",
"fixes",
"refactors",
"implements",
"improves"
],
"bigChanges": {
"format": "heading + description",
"separator": "\n\n"
}
}
}
},
"workspaceRules": {
"derivedFiles": {
"commentStyle": {
"forbidden": "//",
"required": "/*** */"
}
},
"cypressTests": {
"runCommand": {
"directory": "app/client",
"command": "yarn cypress run --browser chrome --headless --spec {fileName}",
"filePathFormat": {
"input": "app/client/cypress/e2e/...",
"usage": "cypress/e2e/..."
}
}
}
}
}