diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 16:21:40 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 16:21:40 +0200 |
| commit | b396db1678e7eef0a03d929fca05e9892590436b (patch) | |
| tree | 029d26622a5a7f4690ebb797353f0556cc017d48 /package.json | |
| parent | e8fcef96681425d431d03fa323747d7d6e61257c (diff) | |
Update eslint
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 0ec0b4f..b660cf2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .", "format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .", - "document": "typedoc --plugin typedoc-plugin-markdown --out doc 'src/app.d.ts'" + "document": "typedoc --plugin typedoc-plugin-markdown --out doc 'src/app.d.ts'" }, "devDependencies": { "@apollo/client": "^3.6.1", @@ -32,7 +32,7 @@ "autoprefixer": "^10.4.4", "cross-fetch": "^3.1.5", "daisyui": "^2.13.4", - "eslint": "^7.32.0", + "eslint": "^8.14.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-svelte3": "^3.2.1", "jest": "^28.0.3", |