dockerfile/examples/omnivore/api/liqe/.eslintrc

14 lines
233 B
Plaintext

{
"extends": [
"canonical",
"canonical/node",
"canonical/typescript"
],
"parserOptions": {
"project": "./tsconfig.json"
},
"root": true,
"rules": {
"@typescript-eslint/no-parameter-properties": 0
}
}