UNPKG
eslint-config-chariz
Version:
latest (2.1.0)
2.1.0
2.0.0
1.6.0
1.5.1
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
ESLint config used at Chariz
github.com/chariz/eslint
chariz/eslint
eslint-config-chariz
/
index.d.ts
9 lines
(7 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Config
}
from
"eslint/config"
;
export
default
function
(
options
: { react?:
boolean
; vue?:
boolean
; node?:
boolean
; browser?:
boolean
; }
):
Config
;