New
v0.7.4
zlint.json now supports per-rule configuration.
{
"rules": {
"unsafe-undefined": ["error", { "allow_arrays": true }]
}
}
What's Changed
- refactor(sema): make better use of namespaces by @DonIsaac in https://github.com/DonIsaac/zlint/pull/267
- refactor: remove string alias by @DonIsaac in https://github.com/DonIsaac/zlint/pull/268
- fix(sema): correctly record exports by @DonIsaac in https://github.com/DonIsaac/zlint/pull/269
- feat: per-rule docs by @DonIsaac in https://github.com/DonIsaac/zlint/pull/270
- docs: add rule docs to config schema by @DonIsaac in https://github.com/DonIsaac/zlint/pull/271
- docs: render rule defaults in JSON schema by @DonIsaac in https://github.com/DonIsaac/zlint/pull/272
- chore(e2e): bump ecosystem repo versions by @DonIsaac in https://github.com/DonIsaac/zlint/pull/273
- feat(reporter): add JSON error format by @DonIsaac in https://github.com/DonIsaac/zlint/pull/274
Full Changelog: https://github.com/DonIsaac/zlint/compare/v0.7.3...v0.7.4