You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

eslint-config-fbjs

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-fbjs - npm Package Compare versions

Comparing version

to
1.1.1

7

CHANGELOG.md

@@ -1,3 +0,8 @@

## [Unreleased]
## [1.1.1] - 2016-09-13
### Fixed
- Added `'use strict'` to ensure the `strict` config works in Node.js v4.x
## [1.1.0] - 2016-09-07
### Added

@@ -4,0 +9,0 @@ - `fbjs/strict` config, with the same rules enabled as the default config, with each warning upgraded to an error.

2

package.json
{
"name": "eslint-config-fbjs",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

@@ -5,0 +5,0 @@ "repository": "facebook/fbjs",

@@ -10,2 +10,4 @@ /**

'use strict';
let config = JSON.parse(JSON.stringify(require('.')));

@@ -12,0 +14,0 @@