mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.12.1...v7.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Lars Hvam <larshp@hotmail.com>
20 lines
548 B
JSON
20 lines
548 B
JSON
{
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "npm run eslint && npm run abaplint",
|
|
"merge": "abapmerge -f src/zabapgit.prog.abap -c zabapgit_standalone > zabapgit.abap",
|
|
"merge.ci": "cp zabapgit.abap ci/zabapgit_standalone.prog.abap && cd ci && abaplint && cd ..",
|
|
"abaplint": "abaplint",
|
|
"eslint": "eslint src"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/abapGit/abapGit.git"
|
|
},
|
|
"devDependencies": {
|
|
"@abaplint/cli": "^2.59.4",
|
|
"abapmerge": "^0.14.1",
|
|
"eslint": "^7.13.0"
|
|
}
|
|
}
|