New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-tc

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-tc - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

4

CHANGELOG.md

@@ -14,2 +14,6 @@ # Change Log

## [2.1.0] - 2017-07-30
### Added
* `object-curly-newline` to test file override
## [2.0.0] - 2017-07-30

@@ -16,0 +20,0 @@ ### Added

3

index.js

@@ -287,3 +287,4 @@ 'use strict';

'no-unused-expressions': 'off',
'no-unused-vars': 'off'
'no-unused-vars': 'off',
'object-curly-newline': 'off'
}

@@ -290,0 +291,0 @@ }

{
"name": "eslint-config-tc",
"version": "2.0.0",
"version": "2.1.0",
"description": "ESLint shareable config for TC's projects",

@@ -5,0 +5,0 @@ "keywords": [

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