fix eslint config for ScopingShim

This commit is contained in:
Daniel Freedman 2017-02-13 22:18:19 -08:00
parent 78efff6db6
commit 2df9370f16

View File

@ -17,7 +17,7 @@
"HTMLImports": true, "HTMLImports": true,
"Polymer": true, "Polymer": true,
"ShadyDOM": true, "ShadyDOM": true,
"ShadyCSS": true, "ScopingShim": true,
"ApplyShim": true, "ApplyShim": true,
"goog": true "goog": true
} }