Rename vmviewer to vmaccess.
This commit is contained in:
parent
00adeba625
commit
27f983c18d
36 changed files with 58 additions and 56 deletions
15
org.jdrupes.vmoperator.vmaccess/.eslintrc.json
Normal file
15
org.jdrupes.vmoperator.vmaccess/.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