Eslint Teamcity Versions Save

A (now deprecated) ESLint formatter plugin for TeamCity. Use eslint-formatter-teamcity instead

4.0.0

2 years ago

Breaking Change

  • Support for Node 10 has been dropped.

Node 10 is supported by version 3.x

3.1.0

3 years ago

Features

  1. Add TypeScript typings (thanks @idan-at!)

3.0.1

4 years ago

Bug fixes

  1. Sometimes ESLint does not return a ruleId with the message object. This is a problem, especially for the inspections reporter, so a default of <none> has been added if no ruleId` is found (https://github.com/andreogle/eslint-teamcity/commit/902440b4958bb86678fdb9cd6f8c7a94548102d0)

3.0.0

4 years ago

Breaking Change

  • Support for Node 8 has been dropped.

Node 6 is supported by version 1.x Node 8 is supported by version 2.x

2.3.1

4 years ago
  • Add back Node 8 support. Going to drop Node 8 in eslint-teamcity 3.0

2.3.0

4 years ago
  • Drops Node 8 support

2.2.0

4 years ago
  • Fixes an issue with path formatting on Windows (#22) - thanks @ulrichb!

2.1.0

5 years ago
  • Dropped full paths in output in favour of relative paths (thanks @JordanAdams)

2.0.0

6 years ago

Node 6+ is now required

  • There are no breaking changes between v1.4 and v2
  • Rewrote the internals using ES6
  • Added a new formatter - inspections (thanks @akaguny for the suggestions and help!!)
  • Added various ways to configure which formatter is used and changing report names

1.4.0

6 years ago
  • Added 2 additional ways to run eslint-teamcity (against an ESLint JSON report & by requiring in JS):
  • Dropped support for Node v0.10 and v0.12. If you need to run against these versions, please use version 1.3.1

Thanks @akaguny for the work!