Skip to content

Commit

Permalink
Add back polymer lint since we still have some styles/mixins that oug…
Browse files Browse the repository at this point in the history
…ht to be linted.
  • Loading branch information
dbatiste committed Jan 25, 2021
1 parent fea8f26 commit 0406119
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
},
"name": "d2l-inputs",
"scripts": {
"lint": "eslint . --ext .js,.html test/**/*.html demo/**/*.html",
"lint": "npm run lint:wc && npm run lint:js",
"lint:js": "eslint . --ext .js,.html demo/**/*.html",
"lint:wc": "polymer lint --rules polymer-3",
"start": "es-dev-server --node-resolve --dedupe --watch --open",
"test": "npm run lint"
},
Expand All @@ -19,7 +21,8 @@
"eslint": "^6",
"eslint-config-brightspace": "^0.6.0",
"eslint-plugin-html": "^6",
"eslint-plugin-sort-class-members": "^1"
"eslint-plugin-sort-class-members": "^1",
"polymer-cli": "^1"
},
"version": "2.6.10",
"resolutions": {
Expand Down

0 comments on commit 0406119

Please sign in to comment.