ignore style sheet changes before the target DOM was serialized

The serialized DOM will contains all the styles, so this looks safe.
This commit is contained in:
Yanzhen Yu
2020-03-22 00:36:20 +08:00
parent 02a33faaf9
commit 197526fbe8
5 changed files with 37 additions and 23 deletions

View File

@@ -15,7 +15,8 @@
"check-format",
"allow-leading-underscore"
],
"arrow-parens": false
"arrow-parens": false,
"only-arrow-functions": false
},
"rulesDirectory": []
}