Rename conlet.
This commit is contained in:
parent
4ceaaa9fa2
commit
e839f7b3b2
34 changed files with 42 additions and 42 deletions
15
org.jdrupes.vmoperator.vmmgmt/.eslintrc.json
Normal file
15
org.jdrupes.vmoperator.vmmgmt/.eslintrc.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/recommended"
|
||||
],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": { "project": ["./tsconfig.json"] },
|
||||
"plugins": [
|
||||
"@typescript-eslint"
|
||||
],
|
||||
"rules": {
|
||||
"constructor-super": "off"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue