From a41f74faf15901add15ac81849806e628d807a0f Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 26 Sep 2024 20:17:08 +0200 Subject: Drop editorconfig integration, useless --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 7c96675..d7785a4 100644 --- a/package.json +++ b/package.json @@ -22,15 +22,12 @@ "scripts": { "server": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=development hugo server --logLevel info --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender", "test": "playwright test", - "lint": "npm run lint:js && npm run lint:editorconfig", - "lint:editorconfig": "editorconfig-checker", - "lint:js": "eslint static/js/* assets/js/* tests/*.spec.js eslint.config.js playwright.config.js netlify-preview.js", + "lint": "eslint static/js/* assets/js/* tests/*.spec.js eslint.config.js playwright.config.js netlify-preview.js", "netlify-preview": "node netlify-preview.js" }, "devDependencies": { "@playwright/test": "^1.47.2", "@types/node": "^22.7.3", - "editorconfig-checker": "^6.0.0", "eslint": "^9.11.1", "jsdom": "^25.0.1" } -- cgit v1.2.3