mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-05 18:20:38 -08:00
* 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
12 lines
374 B
Text
12 lines
374 B
Text
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
|