Files
openstapps/packages/es-mapping-generator/.eslintrc
2023-05-31 15:30:25 +02:00

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"
}
}