summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-09-26 20:17:08 +0200
committerSerghei Iakovlev <git@serghei.pl>2024-09-26 20:44:54 +0200
commita41f74faf15901add15ac81849806e628d807a0f (patch)
treec58d1d325617355a6c212f0d1ec90b04d4e133e0 /package.json
parent9691f9f817ce10087edce2a602eec0b272b71230 (diff)
downloadgohugo-theme-ed-a41f74faf15901add15ac81849806e628d807a0f.tar.gz
Drop editorconfig integration, useless
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 1 insertions, 4 deletions
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"
}