UNPKG
@ng-all/eslint-config
Version:
latest (0.3.0)
next (0.2.0-next.2)
0.3.0
0.2.1
0.2.0
0.2.0-next.2
0.2.0-next.1
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
eslint-config for Angular projects
github.com/ng-all/eslint-config
ng-all/eslint-config
@ng-all/eslint-config
/
esm
/
index.d.ts
4 lines
(3 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
import
type
{
FlatConfig
}
from
'@typescript-eslint/utils/ts-eslint'
;
declare
const
config
:
FlatConfig
.
ConfigArray
;
export
default
config;