Skip to content

Commit 1b82ff3

Browse files
kazuponyyx990803
authored andcommitted
Fix eslint error
* upgrade eslint * fix eslint error
1 parent c6d2d71 commit 1b82ff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"babel-runtime": "^5.8.0",
5353
"casperjs": "^1.1.0-beta5",
5454
"codecov.io": "^0.1.2",
55-
"eslint": "^2.1.0",
55+
"eslint": "^2.9.0",
5656
"eslint-config-vue": "^1.0.0",
5757
"istanbul-instrumenter-loader": "^0.1.3",
5858
"jasmine-core": "^2.4.1",

test/unit/specs/util/dom_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('Util - DOM', function () {
3131
done()
3232
}
3333
document.body.appendChild(f)
34-
f.src = "about:blank"
34+
f.src = 'about:blank'
3535
})
3636

3737
it('getAttr', function () {

0 commit comments

Comments
 (0)