Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
BUGFIX: Force version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ruff committed Feb 16, 2018
1 parent 76f18e6 commit 7adb688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ describe('eslint-config-immowelt-es5', () => {
});

it('should not throw errors when checking a valid code fixture.', () => {
const errors = runEslint(`var x = true;
const errors = runEslint(`var foo = true;
if (x) {
if (foo) {
console.warn('warning');
}
Expand Down

0 comments on commit 7adb688

Please sign in to comment.