We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a70a9e commit e1bbbe1Copy full SHA for e1bbbe1
.eslintrc
@@ -14,8 +14,5 @@
14
"browser": false,
15
"mocha": true
16
},
17
- "extends": "eslint:recommended",
18
- "ecmaFeatures": {
19
- "experimentalObjectRestSpread": false
20
- }
+ "extends": "eslint:recommended"
21
}
test/extend.js
@@ -82,7 +82,7 @@ describe('Extend', () => {
82
</if>
83
</extends>
84
`, options).then(html => {
85
- expect(html).toBe(cleanHtml(`content value foo equal bar`));
+ expect(html).toBe(cleanHtml('content value foo equal bar'));
86
});
87
88
0 commit comments