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,
"Polymer": true,
"ShadyDOM": true,
"ShadyCSS": true,
"ScopingShim": true,
"ApplyShim": true,
"goog": true
}