eslint-formatter-teamcity

An ESLint formatter plugin designed for TeamCity

MIT License

Downloads
44.6K
Stars
3
Committers
2

Bot releases are hidden (Show)

eslint-formatter-teamcity - Version 1.0.0 Latest Release

Published by andreogle over 2 years ago

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