Installed pre-commit package

This commit is contained in:
freearhey
2021-04-27 21:01:29 +03:00
parent 85fccf4a3f
commit 14028fc5b0
2 changed files with 316 additions and 0 deletions

View File

@@ -4,6 +4,9 @@
"lint": "npx m3u-linter -c m3u-linter.json",
"test": "node scripts/test.js"
},
"pre-commit": [
"lint"
],
"author": "Arhey",
"private": true,
"license": "MIT",
@@ -15,6 +18,7 @@
"iso-639-3": "^2.0.0",
"m3u-linter": "^0.1.3",
"markdown-include": "^0.4.3",
"pre-commit": "^1.2.2",
"progress": "^2.0.3",
"transliteration": "^2.2.0"
}