mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
First commit.
This commit is contained in:
17
.eslintrc.json
Normal file
17
.eslintrc.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "eslint:recommended",
|
||||
"rules": {
|
||||
"no-console": 0
|
||||
},
|
||||
"env": {
|
||||
"browser": true
|
||||
},
|
||||
"plugins": [
|
||||
"html"
|
||||
],
|
||||
"globals": {
|
||||
"CustomElements": true,
|
||||
"HTMLImports": true,
|
||||
"Polymer": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user