eslint-config-fbjs
Advanced tools
Comparing version
@@ -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. |
{ | ||
"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 @@ |
30346
0.44%618
0.16%