Resolve xo rule errors
This commit is contained in:
parent
8577e6dd58
commit
0f31446555
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ function parseStyle(style) {
|
|||
let matches;
|
||||
|
||||
while ((matches = STYLE_REGEX.exec(style)) !== null) {
|
||||
const name = matches[1];
|
||||
const name = matches[1]; // eslint-disable-line prefer-destructuring
|
||||
|
||||
if (matches[2]) {
|
||||
const args = parseArguments(name, matches[2]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue