Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Side by Side Diff: third_party/polymer/components/paper-checkbox/.eslintrc.json

Issue 2906483004: [pinpoint] Add iron-form and paper-checkbox to polymer components. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "extends": "eslint:recommended",
3 "rules": {
4 "no-console": 0
5 },
6 "env": {
7 "browser": true
8 },
9 "plugins": [
10 "html"
11 ],
12 "globals": {
13 "CustomElements": false,
14 "HTMLImports": false,
15 "Polymer": false,
16 "WeakMap": false
17 }
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698