UNPKG
@mantic-ui/eslint-config
Version:
latest (21.0.0)
21.0.0
20.0.3
20.0.2
20.0.1
20.0.0
eslint Config for mantic UI
mantic-ui.ky-programming.de
KY-Programming/mantic-ui
@mantic-ui/eslint-config
/
types
/
mantic-ui-eslint-config.d.ts
9 lines
(6 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
typescript_eslint
from
'typescript-eslint'
;
declare
const
configs
: {
angularRecommended
: typescript_eslint.
FlatConfig
.
ConfigArray
;
tsRecommended
: typescript_eslint.
FlatConfig
.
ConfigArray
; };
export
{ configs };