Skip to content

Commit

Permalink
Fix "npm run lint" by adding missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
0uep committed Dec 4, 2023
1 parent 5912c3e commit 5c6f8fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@vue/compiler-sfc": "^3.3.9",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.19.2",
"postcss": "^8.4.31",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.69.5",
Expand Down Expand Up @@ -63,4 +64,4 @@
"bugs": {
"url": "https://github.com/teal-finance/rainbow/issues"
}
}
}

0 comments on commit 5c6f8fa

Please sign in to comment.