Releases: ioBroker/eslint-config
Releases · ioBroker/eslint-config
Release v1.0.0
- (@GermanBluefox) Added
no-duplicate-imports
rule - (@mcm1957/@foxriver76) allow unused args with
_
prefix in JavaScript too
Release v0.1.7
- (@foxriver76) Allow
require
imports for.js
files
Release v0.1.6
- (@GermanBluefox) Enforce the use of template literals instead of string concatenation: "Hello, " + name + "!" =>
Hello, ${name}!
- (@GermanBluefox) Added
no-else-return
rule
Release v0.1.5
- (@GermanBluefox) added ReactJS eslint config file
Release v0.1.4
- (@GermanBluefox) adjust initial
prettier
rules
Release v0.1.3
- (@foxriver76) fixed problems with tsconfig
Release v0.1.2
- (@foxriver76) initial release