VM-Operator/org.jdrupes.vmoperator.vmconlet/.eslintrc.json
Michael N. Lipp 39a2a0389e
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Bugfix/ts style (#17)
Fix style warnings.
2023-10-31 23:03:48 +01:00

15 lines
309 B
JSON

{
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": { "project": ["./tsconfig.json"] },
"plugins": [
"@typescript-eslint"
],
"rules": {
"constructor-super": "off"
}
}