configure eslint github action

This commit is contained in:
g1nt0ki
2023-01-18 13:45:08 +05:30
parent 508b55dc2f
commit 957d5ec0cd

View File

@@ -8,6 +8,7 @@
"weeklyChanges": "git pull && git diff $(git log -1 --before=@{7.days.ago} --format=%H) --stat | grep -E \"projects/\" | cut -d / -f 2 | cut -d \" \" -f 1 | uniq | wc -l",
"dev": "babel-watch curve.js",
"lint": "eslint .",
"eslint:github-action": "eslint .",
"test-interactive": "node utils/testInteractive",
"postinstall": "echo 'run \"npm update @defillama/sdk\" if you want lastest sdk changes' "
},