1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49: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 > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement
- CallExpression > MemberExpression
- ArrayExpression > Literal
- ArrayExpression > *
no-control-regex: off
no-empty: off
sort-imports: warn