Update eslint config (#9457)

* Update eslint config

* Switch off max classes restriction
* Enforce tab indent, semicolon
* Warn when there exists unused vars

* Update change note

* Update change note

* Update change note
This commit is contained in:
XLBilly
2025-11-28 21:16:43 +08:00
committed by GitHub
parent 6cb333b65b
commit 4c27c09b4d
2 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
title: $:/changenotes/5.4.0/#9457
description: Update eslint configuration
release: 5.4.0
tags: $:/tags/ChangeNote
change-type: enhancement
change-category: developer
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9457
github-contributors: Leilei332
* Enforce tab indentation, semicolon
* Switch off `max-classes-per-file`
* Show warning for unused variables