Skip to content

Releases: phanect/eslint-plugin-editorconfig

v4.0.3

07 May 15:25
ed56efd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.2...v4.0.3

v4.0.2

02 Jul 01:04
a98ee6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

02 Jul 00:55
085f850
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

02 Jul 00:24
966f1cf
Compare
Choose a tag to compare

Breaking Changes

  • @typescript-eslint/eslint-plugin is no longer installed as a dependency. Install it by yourself if you want to lint *.ts files with this plugin.

What's Changed

  • Add meta data of links to each doc pages by @phanect in #52
  • Remove typescript-eslint dependency by @phanect in #53

Full Changelog: v3.2.0...v4.0.0

v3.2.0

17 Oct 08:00
c4dd362
Compare
Choose a tag to compare
Merge pull request #48 from phanect/noconflict-typescript

Add @typescript-eslint rules to noconflict config

v3.1.0

17 Oct 07:17
169c324
Compare
Choose a tag to compare

Support ESLint 8.x.
ESLint 7.x is still supported.

v3.0.2

23 Jan 11:46
b9ca8c0
Compare
Choose a tag to compare

This release includes two bug fixes.

  • Allow running ESLint without typescript on JS-only projects #39
  • Fix conflict against base rules #41

v3.0.1

18 Dec 13:09
94f08c3
Compare
Choose a tag to compare

This release fixes critical error #35.

v3.0.0

13 Dec 09:45
9a74246
Compare
Choose a tag to compare

Redesigned rules and rewriting the internal code due to CLIEngine API deprecation.

As of v3.0.0, editorconfig/editorconfig rule is removed and replaced with the following rules:

  • editorconfig/charset
  • editorconfig/eol-last
  • editorconfig/indent
  • editorconfig/linebreak-style
  • editorconfig/no-trailing-spaces

You can also extend plugin:editorconfig/all instead of adding rules.
See README for the details.

v2.1.3

13 Jun 14:23
2abf7a9
Compare
Choose a tag to compare
Merge pull request #32 from phanect/dependencies

Update dependencies