Skip to content

Commit

Permalink
make eslint work
Browse files Browse the repository at this point in the history
  • Loading branch information
drbeat committed Dec 6, 2023
1 parent 6d238e6 commit 0f7c5e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "index.html",
"type": "module",
"scripts": {
"lint-frontend": "eslint frontend/js/",
"lint-frontend-fix": "eslint --fix frontend/js/",
"lint-frontend": "eslint ./frontend/src/",
"lint-frontend-fix": "eslint --fix ./frontend/src/",
"lint-backend": "cd ./hyperion-webos && python lint/run-clang-format.py --extensions \"c,h,cpp\" --color auto --recursive ./src",
"lint-backend-fix": "cd ./hyperion-webos && python lint/run-clang-format.py --extensions \"c,h,cpp\" --color auto --recursive --inplace true ./src",
"clean": "rimraf ./build && rimraf ./hyperion-webos/build",
Expand Down

0 comments on commit 0f7c5e1

Please sign in to comment.