mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
25 lines
426 B
YAML
25 lines
426 B
YAML
env:
|
|
browser: true
|
|
es2022: true
|
|
extends: eslint:recommended
|
|
parserOptions:
|
|
sourceType: module
|
|
rules:
|
|
eqeqeq:
|
|
- warn
|
|
- always
|
|
indent:
|
|
- warn
|
|
- 4
|
|
-
|
|
ignoredNodes:
|
|
- Program > IfStatement > *
|
|
noControlRegex: off
|
|
noEmpty: off
|
|
sort-imports: warn
|
|
strict: warn
|
|
globals:
|
|
browser: readonly
|
|
chrome: readonly
|
|
webext: readonly
|
|
vAPI: readonly
|