Skip to content

Commit

Permalink
Fix linting issue in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed May 3, 2024
1 parent 1912874 commit 9a46bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"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 .",
"lint": "eslint -c .eslintrc.js .",
"eslint:github-action": "eslint -c .eslintrc.js .",
"test-interactive": "node utils/testInteractive",
"tvl": "cd utils;npm i; cd ..; node utils/testInteractive",
"treasury": "cd utils;npm i; cd ..; node utils/testInteractive treasury",
Expand Down

0 comments on commit 9a46bff

Please sign in to comment.