Simplify ESLint calls

This commit is contained in:
Kristjan ESPERANTO 2025-03-23 20:10:31 +01:00
parent 2739599133
commit 6804e79b6c
No known key found for this signature in database

View file

@ -19,8 +19,8 @@
}, },
"homepage": "https://github.com/edward-shen/MMM-pages#readme", "homepage": "https://github.com/edward-shen/MMM-pages#readme",
"scripts": { "scripts": {
"lint": "eslint .", "lint": "eslint",
"lint:fix": "eslint . --fix", "lint:fix": "eslint --fix",
"test": "npm run lint" "test": "npm run lint"
}, },
"devDependencies": { "devDependencies": {