UNPKG
@azimutlabs/eslint-config-import
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
ESLint configuration for ES6 Imports and Exports
github.com/azimutlabs/eslint
azimutlabs/eslint
@azimutlabs/eslint-config-import
/
lib
/
typescript.d.ts
3 lines
(2 loc)
•
108 B
TypeScript
View Raw
1
2
3
import
type
{
Linter
}
from
'eslint'
;
export
declare
const
eslintConfigImportTypescript
:
Linter
.
BaseConfig
;