diff --git a/.eslintrc.js b/.eslintrc.cjs similarity index 100% rename from .eslintrc.js rename to .eslintrc.cjs diff --git a/package.json b/package.json index 5d54b63..b216f99 100644 --- a/package.json +++ b/package.json @@ -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",