Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jscs-config-seegno

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscs-config-seegno - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

9

CHANGELOG.md
# Changelog
## [2.0.2](https://github.com/seegno/jscs-config-seegno/tree/HEAD)
[Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/2.0.1...2.0.2)
**Merged pull requests:**
- Remove `validateOrderInObjectKeys` rule [\#32](https://github.com/seegno/jscs-config-seegno/pull/32) ([franciscocardoso](https://github.com/franciscocardoso))
- Remove `esnext` option as it is enabled by default [\#30](https://github.com/seegno/jscs-config-seegno/pull/30) ([franciscocardoso](https://github.com/franciscocardoso))
## [2.0.1](https://github.com/seegno/jscs-config-seegno/tree/2.0.1) (2016-07-18)

@@ -4,0 +13,0 @@ [Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/2.0.0...2.0.1)

2

package.json
{
"name": "jscs-config-seegno",
"version": "2.0.1",
"version": "2.0.2",
"description": "Seegno-flavored JSCS config.",

@@ -5,0 +5,0 @@ "main": "src/presets/seegno.json",

@@ -43,3 +43,2 @@ {

"disallowYodaConditions": true,
"esnext": true,
"excludeFiles": [

@@ -140,5 +139,4 @@ ".git",

"validateLineBreaks": "LF",
"validateOrderInObjectKeys": "asc-natural",
"validateParameterSeparator": ", ",
"validateQuoteMarks": "'"
}
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