blob: ca97fff5e6d289196a3ec7feda7dfbf446a5c19c (
plain)
1
2
3
4
5
6
7
8
9
|
{
"extends": "sonarqube",
"rules": {
"camelcase": "off",
"promise/no-return-wrap": "warn",
"react/jsx-curly-brace-presence": "warn",
"testing-library/render-result-naming-convention": "off"
}
}
|