aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2026-05-25 18:49:48 +0200
committerGuilhem Moulin <guilhem@fripost.org>2026-05-25 19:06:04 +0200
commit836567d33e6296061ef15db4701ff6816f2adb28 (patch)
tree1f8113aa771eb36874ca20562c27ac28ebd4cb10 /package.json
parent60adf658bc749fdd99d3e7889e63163456a6b669 (diff)
Upgrade @eslint/css to 1.2.x.HEADmaster
And adjust `eslint-disable-line` directive accordingly in style.css.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7a970e1..4bb4197 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"serve": "vite preview"
},
"devDependencies": {
- "@eslint/css": "^0.14.1",
+ "@eslint/css": "^1.2.0",
"@eslint/js": "^10.0.1",
"eslint": "^10.4.0",
"globals": "^17.6.0",