Update eslint config

This commit is contained in:
Jonny Barnes 2024-06-08 20:55:34 +01:00
parent 5a52fda97d
commit 8432934643
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
10 changed files with 372 additions and 46 deletions

View file

@ -2,10 +2,14 @@
"private": true,
"name": "jbuk-frontend",
"version": "0.0.1",
"type": "module",
"repository": "https://github.com/jonnybarnes/jonnybarnes.uk",
"license": "CC0-1.0",
"devDependencies": {
"@eslint/js": "^9.4.0",
"@stylistic/eslint-plugin": "^2.1.0",
"eslint": "^9.4.0",
"globals": "^15.4.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0"
},