Skip to content

Commit

Permalink
removed polymer linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySunSyn authored and nomego committed Feb 4, 2018
1 parent 4478228 commit c82f5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"start": "polymer serve -o",
"postinstall": "polymer install --variants",
"lint": "eslint --cache --ext .js,.html . && polymer lint cosmoz-*.html",
"lint": "eslint --cache --ext .js,.html .",
"test": "polymer test",
"analyze": "polymer analyze --input cosmoz-*.html > analysis.json"
},
Expand Down

0 comments on commit c82f5ac

Please sign in to comment.