Skip to content

Commit

Permalink
build(): Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
maltsev committed Dec 14, 2017
1 parent 6a70a9e commit e1bbbe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@
"browser": false,
"mocha": true
},
"extends": "eslint:recommended",
"ecmaFeatures": {
"experimentalObjectRestSpread": false
}
"extends": "eslint:recommended"
}
2 changes: 1 addition & 1 deletion test/extend.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('Extend', () => {
</if>
</extends>
`, options).then(html => {
expect(html).toBe(cleanHtml(`content value foo equal bar`));
expect(html).toBe(cleanHtml('content value foo equal bar'));
});
});

Expand Down

0 comments on commit e1bbbe1

Please sign in to comment.