aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-12 12:09:17 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-12 13:25:31 +0200
commit0c7ef7254b78dfdf836138d99a28b59491802bad (patch)
tree9dec1357422f61b01783b303b153cb7d6933d963 /package.json
parent670bba058d83620abdb3e8db5fd4ea89dba08142 (diff)
Install ESLint in dev mode.
Using `npm init @eslint/config@latest`.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index ab316e6..ccdc8d3 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,10 @@
"serve": "vite preview"
},
"devDependencies": {
+ "@eslint/css": "^0.8.1",
+ "@eslint/js": "^9.28.0",
+ "eslint": "^9.28.0",
+ "globals": "^16.2.0",
"vite": "^5.4.19"
},
"dependencies": {