Skip to content

Releases: andreogle/eslint-formatter-teamcity

Version 1.0.0

09 Jun 13:58
f7e65cc
Compare
Choose a tag to compare

Overview

This package was previously under the name eslint-teamcity but has been renamed to conform to ESLint custom formatter naming, which requires prefixing the name with eslint-formatter.

Migration Guide

// package.json
{
  "devDependencies": {
-   "eslint-teamcity: "^4.0.0",
+   "eslint-formatter-teamcity: "^1.0.0"
  }
}

Replace calls to the formatter

- eslint --format ./node_modules/eslint-teamcity/index.js myfiletolint.js
+ eslint --format teamcity myfiletolint.js