We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f53dd11 + 2953012 commit 4252cadCopy full SHA for 4252cad
.travis.yml
@@ -9,7 +9,7 @@ script: |
9
sed -i s/0o755/0755/ test/index.js;
10
npm test;
11
else
12
- npm run lint && npm test;
+ npm run test:lint && npm test;
13
fi
14
cache:
15
directories:
package.json
@@ -38,6 +38,7 @@
38
},
39
"scripts": {
40
"test": "node test",
41
+ "test:lint": "eslint lib/marked.js test/index.js",
42
"bench": "node test --bench",
43
"lint": "eslint --fix lib/marked.js test/index.js",
44
"build": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js",
0 commit comments