Skip to content

Commit a51e2e8

Browse files
committed
Add ES6 option to .jshintrc
1 parent 694cd36 commit a51e2e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.jshintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"asi": false,
55
"bitwise": true,
66
"boss": false,
7+
"esversion": 6,
78
"eqeqeq": true,
89
"evil": false,
910
"forin": false,

tests/javaRosa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ define([
183183
'<output value="#form/question1" />'],
184184
['<output></output>', '<output value="#form/question1" ></output>',
185185
'<output value="#form/question1" />']
186-
]
186+
];
187187

188188
_.each(items, function (item) {
189189
it("for: " + item[0], function () {

0 commit comments

Comments
 (0)