forked from medikoo/event-emitter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.eslintrc.yml
More file actions
30 lines (30 loc) · 766 Bytes
/
.eslintrc.yml
File metadata and controls
30 lines (30 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
extends:
- '@antfu'
- prettier
plugins:
- eslint-plugin-tsdoc
ignorePatterns:
- web/**
- docs/**
rules:
tsdoc/syntax: off
no-cond-assign: off
max-statements-per-line:
- error
- max: 3
prefer-rest-params: off
no-prototype-builtins: off
prefer-spread: off
prefer-arrow-callback: off
n/prefer-global/buffer: off
unicorn/prefer-includes: off
prefer-template: off
"@typescript-eslint/no-this-alias": off
"@typescript-eslint/no-invalid-this": off
"prefer-exponentiation-operator": off
# curly: [error, multi, consistent]
# curly: [error, multi-line]
# max-statements-per-line: off
# brace-style: [error, 1tbs, {allowSingleLine: true}]
# '@typescript-eslint/brace-style': off
# '@typescript-eslint/comma-dangle': off