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

Side by Side Diff: third_party/polymer/components/paper-checkbox/test/.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 "env": {
3 "mocha": true
4 },
5 "globals": {
6 "assert": true,
7 "sinon": true,
8 "WCT": true,
9 "fixture": true,
10 "Polymer": true,
11 "MockInteractions": true,
12 "a11ySuite": true
13 }
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698