update npm deps, update abaplint configuration to latest (#4628)

* update deps

* update abaplint config

* update to latest

* upd

* upd
This commit is contained in:
Lars Hvam 2021-03-12 07:17:05 +01:00 committed by GitHub
parent a1cc7f8668
commit a5856a04c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View File

@ -73,6 +73,11 @@
"globalMacros": []
},
"rules": {
"no_yoda_conditions": false,
"select_add_order_by": false,
"dangerous_statement": false,
"db_operation_in_loop": false,
"select_performance": false,
"max_one_method_parameter_per_line": true,
"prefer_raise_exception_new": true,
"use_class_based_exceptions": true,
@ -182,11 +187,6 @@
"ambiguous_statement": true,
"avoid_use": {
"define": true,
"endselect": true,
"execSQL": true,
"kernelCall": true,
"communication": true,
"systemCall": true,
"defaultKey": false,
"describeLines": true,
"break": true,
@ -330,6 +330,7 @@
"ranges": true,
"subtract": true,
"multiply": true,
"communication": true,
"typePools": true,
"load": true,
"move": true,

View File

@ -17,9 +17,9 @@
"url": "git+https://github.com/abapGit/abapGit.git"
},
"devDependencies": {
"@abaplint/cli": "^2.69.10",
"@abaplint/transpiler-cli": "^1.2.21",
"@abaplint/runtime": "^1.2.21",
"@abaplint/cli": "^2.71.2",
"@abaplint/transpiler-cli": "^1.2.23",
"@abaplint/runtime": "^1.2.23",
"abapmerge": "^0.14.3",
"eslint": "^7.21.0"
}