UNPKG
@sparticuz/eslint-config
Version:
eslint8 (8.3.14)
latest (11.6.19)
11.6.19
11.6.18
11.6.17
11.6.16
11.6.15
11.6.14
11.6.13
11.6.12
11.6.10
11.6.9
11.6.8
11.6.7
11.6.6
11.6.5
11.6.4
11.6.3
11.6.2
11.6.1
11.6.0
11.5.0
11.4.1
11.4.0
11.3.0
11.2.2
11.2.1
11.2.0
11.1.0
11.0.2
11.0.1
11.0.0
10.2.2
10.2.1
10.1.2
10.0.2
9.4.3
9.4.2
9.4.1
9.3.10
9.3.8
9.3.7
9.3.5
9.3.4
9.3.2
9.3.1
9.3.0
9.0.13
9.0.12
9.0.11
9.0.10
9.0.8
9.0.7
9.0.5
9.0.4
9.0.3
9.0.2
9.0.1
8.3.14
8.3.13
8.3.12
8.3.11
8.3.10
8.3.7
8.3.6
8.3.5
8.3.4
8.3.3
8.3.1
8.3.0
8.2.6
8.2.5
8.2.1
8.2.0
8.1.0
8.0.4
8.0.3
8.0.2
8.0.1
7.7.1
7.7.0
7.6.0
7.5.0
7.4.8
7.4.7
7.4.6
7.4.5
7.4.4
7.4.0
7.3.0
7.2.6
7.2.5
7.2.4
7.2.3
7.2.2
7.2.1
7.2.0
7.1.11
7.1.10
7.1.8
7.1.5
7.1.3
7.1.2
7.1.1
7.0.0
6.2.1
6.2.0
6.1.1
6.0.0
5.0.0
4.0.5
4.0.4
4.0.0
3.7.0
3.6.0
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.4.0
3.3.9
3.3.8
3.3.7
3.3.5
3.3.4
3.3.3
3.3.0
3.2.0
3.1.0
3.0.1
3.0.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
Sparticuz's shareable config for eslint
github.com/Sparticuz/eslint-config
Sparticuz/eslint-config
@sparticuz/eslint-config
/
dist
/
configs
/
regexp.d.ts
9 lines
(8 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
const
_default
: {
rules
:
Record
<
string
,
import
(
"eslint-plugin-regexp/dist/types.js"
).
SeverityString
>;
plugins
: {
regexp
:
typeof
import
(
"eslint-plugin-regexp"
); };
name
:
string
; }[];
export
default
_default;