eslint-config-tc
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -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 |
@@ -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": [ |
22921
350