formatting

This commit is contained in:
Timo Hocker 2020-02-19 09:20:15 +01:00
parent 2db351ad3c
commit 5af400e95c
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@
"description": "scode eslint standard configuration",
"main": "index.js",
"scripts": {
"lint": "eslint --fix .",
"lint": "eslint .",
"test": "echo \"no test\"",
"ci": "yarn --frozen-lockfile && node jenkins.js"
},
"repository": {