1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 01:27:12 +02:00

Fine tune eslint behavior

This commit is contained in:
Raymond Hill 2024-04-09 20:05:40 -04:00
parent 277e90a4a7
commit e3247cb48c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -15,7 +15,7 @@ rules:
- Program > IfStatement > BlockStatement - Program > IfStatement > BlockStatement
- Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement - Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement
- CallExpression > MemberExpression - CallExpression > MemberExpression
- ArrayExpression > Literal - ArrayExpression > *
no-control-regex: off no-control-regex: off
no-empty: off no-empty: off
sort-imports: warn sort-imports: warn