abapGit/package.json
Lars Hvam 4b84d0ae0a
Lint (#2870)
* rewrite

* Update abaplint.json

* Update abaplint.json

* move to include where its used

* Update .gitignore

* Update package.json

* update to latest
2019-08-15 05:52:02 -07:00

21 lines
527 B
JSON

{
"license": "MIT",
"scripts": {
"pretest": "abaplint --version && abaplint \"src/**/*.*\"",
"test": "npm run eslint",
"posttest": "abapmerge src/zabapgit.prog.abap > zabapgit.abap",
"_disabled_posttest": "abaplint zabapgit.abap",
"lint": "abaplint \"src/**/*.*\"",
"eslint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larshp/abapGit.git"
},
"devDependencies": {
"abaplint": "^1.7.23",
"abapmerge": "^0.11.5",
"eslint": "^5.11.1"
}
}