Skip to content

Commit b617ed4

Browse files
committed
Update lint paths
1 parent 4625c13 commit b617ed4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Base Openframe Extension module.",
55
"main": "extension.js",
66
"scripts": {
7-
"lint": "./node_modules/.bin/eslint extension.js",
7+
"lint": "./node_modules/.bin/eslint extension.js test/**",
88
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
99
"test": "npm run lint && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
1010
"test-coveralls": "npm run lint && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && npm run coveralls"

test/extension.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,3 @@ describe('format', function() {
8888
assert(OF.addFormat.called);
8989
});
9090
});
91-

0 commit comments

Comments
 (0)