Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Update: Updated lint command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Sep 28, 2017
1 parent 8f83a73 commit 4355a00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "The Advanced REST client authors <arc@mulesoft.com>",
"scripts": {
"serve": "node_modules/.bin/polymer serve",
"lint": "node_modules/.bin/polymer lint import-panel.html --rules polymer-1",
"lint": "node_modules/.bin/polymer lint import-panel.html import-data-inspector.html import-table-behavior.html import-auth-data-table.html import-cookies-table.html import-headers-sets-table.html import-history-table.html import-requests-table.html import-url-history-table.html import-variables-table.html import-websocket-url-history-table.html",
"test-sauce": "node_modules/.bin/polymer test --plugin sauce --job-name \"import-panel:local-test\"",
"test": "node_modules/.bin/polymer test --plugin local",
"deps": "npm install --quiet && bower install --quiet",
Expand Down
5 changes: 5 additions & 0 deletions polymer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"lint": {
"rules": ["polymer-1"]
}
}

0 comments on commit 4355a00

Please sign in to comment.