Skip to content

Commit

Permalink
Add object-curly-newline to test override list (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tclindner authored Jul 31, 2017
1 parent b9d5ae2 commit 83a2a08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Removed

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

## [2.0.0] - 2017-07-30
### Added
* [class-methods-use-this](http://eslint.org/docs/rules/class-methods-use-this)
Expand Down
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ module.exports = {
'max-statements': 'off',
'newline-after-var': 'off',
'no-unused-expressions': 'off',
'no-unused-vars': 'off'
'no-unused-vars': 'off',
'object-curly-newline': 'off'
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-tc",
"version": "2.0.0",
"version": "2.1.0",
"description": "ESLint shareable config for TC's projects",
"keywords": [
"eslintconfig",
Expand Down

0 comments on commit 83a2a08

Please sign in to comment.