- Downloads
New Linting Rules
File changed.
Contains only whitespace changes.
Show whitespace changes.
| ... | ... | @@ -5,7 +5,7 @@ |
| "main": "index.html", | ||
| "scripts": { | ||
| "test": "npm run dev", | ||
| "lint": "eslint", | ||
| "lint": "eslint .", | ||
| "lint:fix": "npm run lint -- --fix" | ||
| }, | ||
| "author": "subliminalguy", | ||
| ... | ... | @@ -14,6 +14,8 @@ |
| "@eslint/js": "^9.19.0", | ||
| "eslint": "^8.57.1", | ||
| "eslint-config-airbnb": "^19.0.4", | ||
| "eslint-config-airbnb-base": "^15.0.0", | ||
| "eslint-plugin-import": "^2.31.0", | ||
| "globals": "^15.14.0" | ||
| } | ||
| } |
Please sign in to comment