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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/components/paper-checkbox/.eslintrc.json
diff --git a/third_party/polymer/components/paper-checkbox/.eslintrc.json b/third_party/polymer/components/paper-checkbox/.eslintrc.json
new file mode 100644
index 0000000000000000000000000000000000000000..cc13518ec5d05f3916928cb33041a051f89a8afb
--- /dev/null
+++ b/third_party/polymer/components/paper-checkbox/.eslintrc.json
@@ -0,0 +1,18 @@
+{
+ "extends": "eslint:recommended",
+ "rules": {
+ "no-console": 0
+ },
+ "env": {
+ "browser": true
+ },
+ "plugins": [
+ "html"
+ ],
+ "globals": {
+ "CustomElements": false,
+ "HTMLImports": false,
+ "Polymer": false,
+ "WeakMap": false
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698