Socket
Socket
Sign inDemoInstall

eslint-teamcity

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-teamcity - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

24

package.json
{
"name": "eslint-teamcity",
"version": "2.0.0",
"version": "2.0.1",
"description": "An ESLint formatter plugin for TeamCity",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"lint": "eslint .",
"precommit": "lint-staged",
"prettier": "./node_modules/.bin/prettier --write",
"test": "./node_modules/mocha/bin/mocha \"./test/**/*.spec.js\"",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec \"./test/**/*.spec.js\""
"prettier": "prettier --write",
"test": "mocha \"./test/**/*.spec.js\"",
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec \"./test/**/*.spec.js\""
},

@@ -33,13 +33,13 @@ "repository": {

"chai": "^4.1.0",
"coveralls": "^3.0.0",
"eslint": "^4.12.1",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-import": "^2.12.0",
"husky": "^0.14.3",
"istanbul": "^0.4.5",
"lint-staged": "^6.0.0",
"lint-staged": "^6.1.1",
"mocha": "^4.1.0",
"prettier": "^1.9.1",
"shelljs": "^0.8.0",
"sinon": "^4.1.5"
"prettier": "^1.13.2",
"shelljs": "^0.8.2",
"sinon": "^4.5.0"
},

@@ -46,0 +46,0 @@ "lint-staged": {

@@ -16,3 +16,3 @@ # eslint-teamcity

Prerequisite: You must have either [npm](https://docs.npmjs.com/cli/install) or [Yarn](https://yarnpkg.com/en/docs/install) installed.
Prerequisite: You must have either [npm](https://docs.npmjs.com/getting-started/installing-node#install-npm--manage-npm-versions) or [Yarn](https://yarnpkg.com/en/docs/install) installed.

@@ -117,3 +117,3 @@ ```sh

"scripts": {
"lint:teamcity": "node node_modules/.bin/eslint app/src -f './node_modules/eslint-teamcity/index.js'"
"lint:teamcity": "eslint app/src --format './node_modules/eslint-teamcity/index.js'"
}

@@ -120,0 +120,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc