Add eslint to devDependencies to support latest ES version

This commit is contained in:
Faisal Salman
2023-08-30 12:55:05 +07:00
parent 1522691426
commit 807dcdbded
14 changed files with 873 additions and 49 deletions

View File

@@ -9,6 +9,7 @@ echo '
- lint js code
'
npm run test:jshint || exit 1
npm run test:eslint || exit 1
echo '
- test using mocha