mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
[ci skip] .eslintrc is deprecated, add .json suffix
`no-cond-assing: [2, "except-parens"]` is default, removing
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"extends": "eslint:recommended",
|
||||
"rules": {
|
||||
"no-cond-assign": [2, "except-parens"],
|
||||
"no-console": 0
|
||||
},
|
||||
"env": {
|
||||
Reference in New Issue
Block a user