mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 21:12:52 +00:00
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
{
|
|
"extends": "@openstapps",
|
|
"rules": {
|
|
"no-console": "off",
|
|
"unicorn/no-negated-condition": "off",
|
|
"unicorn/no-null": "off",
|
|
"jsdoc/check-tag-names": "off"
|
|
}
|
|
}
|