blob: 4348ba8835da6821dfd52d19485e5704327daa52 [file] [log] [blame]
{
"shell": "elements/gr-app.js",
"sources": [
"elements/**/*",
"mixins/**/*",
"scripts/**/*",
"styles/*",
"types/**/*"
],
"lint": {
"rules": ["polymer-3"],
"ignoreWarnings": [
"deprecated-dom-call",
"multiple-global-declarations"
],
"filesToIgnore": [
"**/gr-plugin-rest-api.js",
"**/.cache/**/gr-plugin-rest-api.js"
]
}
}