Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oclif/eslint-config-oclif
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: oclif/eslint-config-oclif
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on May 31, 2018

  1. fix: Remove snakeCase rule. (#8)

    shazron authored and jdx committed May 31, 2018
    Copy the full SHA
    f8b5e78 View commit details
  2. chore(release): 1.5.1 [skip ci]

    <a name="1.5.1"></a>
    ## [1.5.1](v1.5.0...v1.5.1) (2018-05-31)
    
    ### Bug Fixes
    
    * Remove snakeCase rule. ([#8](#8)) ([f8b5e78](f8b5e78))
    oclif-bot committed May 31, 2018
    Copy the full SHA
    b144bb0 View commit details
Showing with 9 additions and 2 deletions.
  1. +8 −0 CHANGELOG.md
  2. +0 −1 index.js
  3. +1 −1 package.json
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.5.1"></a>
## [1.5.1](https://github.com/oclif/eslint-config-oclif/compare/v1.5.0...v1.5.1) (2018-05-31)


### Bug Fixes

* Remove snakeCase rule. ([#8](https://github.com/oclif/eslint-config-oclif/issues/8)) ([f8b5e78](https://github.com/oclif/eslint-config-oclif/commit/f8b5e78))

<a name="1.4.0"></a>
# [1.4.0](https://github.com/oclif/eslint-config-oclif/compare/1294e45513db15632324848c2736835a9fcceeea...v1.4.0) (2018-03-23)

1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -16,7 +16,6 @@ module.exports = {
'default-case': 0,
'no-multi-spaces': 0,
'node/shebang': 0,
'unicorn/filename-case': ['error', {case: 'snakeCase'}],
curly: 0,
indent: ['error', 2, {SwitchCase: 0, MemberExpression: 0}],
quotes: ['error', 'single', {avoidEscape: true}],
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-oclif",
"description": "eslint config for oclif",
"version": "1.5.0",
"version": "1.5.1",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/eslint-config-oclif/issues",
"dependencies": {