UNPKG
eslint-config-braintree
Version:
@ (3.0.0)
latest (6.0.1)
typescript-prep (6.0.0-typescript-prep-rc.2)
6.0.1
6.0.0
6.0.0-typescript-prep-rc.2
6.0.0-typescript-prep-rc.1
5.0.1
5.0.0
5.0.0-typescript-prep-rc.19
5.0.0-typescript-prep-rc.18
5.0.0-typescript-prep-rc.17
5.0.0-typescript-prep-rc.16
5.0.0-typescript-prep-rc.15
5.0.0-typescript-prep-rc.14
5.0.0-typescript-prep-rc.13
5.0.0-typescript-prep-rc.12
5.0.0-typescript-prep-rc.11
5.0.0-typescript-prep-rc.10
5.0.0-typescript-prep-rc.9
5.0.0-typescript-prep-rc.8
5.0.0-typescript-prep-rc.7
5.0.0-typescript-prep-rc.6
5.0.0-typescript-prep-rc.5
5.0.0-typescript-prep-rc.4
5.0.0-typescript-prep-rc.2
5.0.0-typescript-prep
4.0.0
3.0.1
3.0.0
2.0.0
1.0.2
1.0.1
1.0.0
Braintree's ESLint configuration
github.com/braintree/eslint-config
braintree/eslint-config
eslint-config-braintree
/
dist
/
rules
/
variables.d.ts
13 lines
(12 loc)
•
307 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
declare
const
_default
: {
rules
: {
"no-catch-shadow"
:
number
;
"no-delete-var"
:
number
;
"no-label-var"
:
number
;
"no-shadow-restricted-names"
:
number
;
"no-undef-init"
:
number
;
"no-undef"
:
number
;
"no-undefined"
:
number
; }; };
export
= _default;