Skip to content

Commit a7cb596

Browse files
committed
Use .eslintrc for tests/util
1 parent 4007247 commit a7cb596

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

tests/util/.eslintrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"env": {
3+
"mocha": true
4+
}
5+
}

tests/util/linkComponents.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-env mocha */
21
'use strict';
32

43
const assert = require('assert');

tests/util/propWrapper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-env mocha */
21
'use strict';
32

43
const assert = require('assert');

tests/util/version.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-env mocha */
21
'use strict';
32

43
const path = require('path');

0 commit comments

Comments
 (0)