Skip to content

Commit 434c56d

Browse files
author
Amiel Martin
committed
Put jshint configuration in tests/.jshintrc instead of comment headers
1 parent 761ed09 commit 434c56d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/.jshintrc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@
2121
"andThen",
2222
"currentURL",
2323
"currentPath",
24-
"currentRouteName"
24+
"currentRouteName",
25+
"describe",
26+
"it",
27+
"before",
28+
"beforeEach"
2529
],
26-
"node": false,
30+
"node": true,
2731
"browser": false,
2832
"boss": true,
2933
"curly": false,

tests/unit/index-nodetest.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* jslint node: true */
2-
/* globals describe, before, beforeEach, it */
31
'use strict';
42

53
var fs = require('fs');

tests/unit/lib/utilities/extract-index-config-nodetest.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* jslint node: true */
2-
/* globals describe, before, it */
31
'use strict';
42

53
var assert = require('ember-cli/tests/helpers/assert');

0 commit comments

Comments
 (0)