diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-06 22:52:05 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-06 23:07:45 +0200 |
| commit | 24beaf1f0b16caf5dcf41d7b8ad71664ef3185ec (patch) | |
| tree | ac0593b05cd40beee531e99594c04435801338bb /package.json | |
| parent | d1b13d12812f7f1c9b2ed3e1982a0f72822fab14 (diff) | |
| download | gohugo-theme-ed-24beaf1f0b16caf5dcf41d7b8ad71664ef3185ec.tar.gz | |
Bump eslint from 8.57.0 to 9.0.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json index fadd363..7aa3bef 100644 --- a/package.json +++ b/package.json @@ -23,11 +23,10 @@ "server": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=development hugo server --verbose --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender", "lint": "npm run lint:js && npm run lint:editorconfig", "lint:editorconfig": "editorconfig-checker", - "lint:js": "eslint static/js/* assets/js/*" + "lint:js": "eslint static/js/* assets/js/* eslint.config.js" }, - "dependencies": {}, "devDependencies": { "editorconfig-checker": "^5.1.2", - "eslint": "^8.57.0" + "eslint": "^9.0.0" } } |
