From b396db1678e7eef0a03d929fca05e9892590436b Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 1 May 2022 16:21:40 +0200 Subject: Update eslint --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') 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", -- cgit