Enhance import-style
rule with auto-fix capability
#2528
+1,276
−29
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run npm run lint:
index.js#L59
Unexpected 'todo' comment: 'TODO: Remove this at some point. Kept...'
|
Run npm run lint:
rules/ast/call-or-new-expression.js#L14
Function 'create' has a complexity of 24. Maximum allowed is 20
|
Run npm run lint:
rules/ast/is-member-expression.js#L14
Function 'isMemberExpression' has a complexity of 24. Maximum allowed is 20
|
Run npm run lint:
rules/expiring-todo-comments.js#L331
Function 'processComment' has a complexity of 33. Maximum allowed is 20
|
Run npm run lint:
rules/fix/replace-node-or-token-and-spaces-before.js#L3
Generator function 'replaceNodeOrTokenAndSpacesBefore' has too many parameters (5). Maximum allowed is 4
|
Run npm run lint:
rules/fix/replace-string-literal.js#L1
Function 'replaceStringLiteral' has too many parameters (5). Maximum allowed is 4
|
Run npm run lint:
rules/import-style.js#L326
Arrow function has too many parameters (5). Maximum allowed is 4
|
Run npm run lint:
rules/prefer-dom-node-dataset.js#L17
Unexpected 'todo' comment: 'TODO: Remove this restriction if...'
|
Run npm run lint:
rules/prefer-dom-node-remove.js#L18
Unexpected 'todo' comment: 'TODO: Don't check node.type twice'
|
Run npm run lint:
rules/prefer-dom-node-remove.js#L78
Unexpected 'todo' comment: 'TODO: Allow case like...'
|
Loading