Wire up stylistic to ESLint

This commit is contained in:
Simon Ser
2024-09-29 11:45:42 +02:00
parent 78bfd16f25
commit d96e34da79
3 changed files with 23 additions and 0 deletions

18
package-lock.json generated
View File

@@ -14,6 +14,7 @@
"@eslint/js": "^9.11.1",
"@parcel/packager-raw-url": "^2.0.0",
"@parcel/transformer-webmanifest": "^2.0.0",
"@stylistic/eslint-plugin-js": "^2.8.0",
"eslint": "^9.11.1",
"globals": "^15.9.0",
"node-static": "^0.7.11",
@@ -2180,6 +2181,23 @@
"@parcel/core": "^2.12.0"
}
},
"node_modules/@stylistic/eslint-plugin-js": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.8.0.tgz",
"integrity": "sha512-/e7pSzVMrwBd6yzSDsKHwax3TS96+pd/xSKzELaTkOuYqUhYfj/becWdfDbFSBGQD7BBBCiiE4L8L2cUfu5h+A==",
"dev": true,
"license": "MIT",
"dependencies": {
"eslint-visitor-keys": "^4.0.0",
"espree": "^10.1.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"peerDependencies": {
"eslint": ">=8.40.0"
}
},
"node_modules/@swc/core": {
"version": "1.7.26",
"resolved": "https://registry.npmjs.org/@swc/core/-/core-1.7.26.tgz",