eslint-plugin-ts-paths-import-prefer
v0.0.1
Published
Eslint rule enforcing using ts-paths instead of relative imports
Maintainers
Readme
eslint-plugin-ts-paths-import-prefer
- enforce using tsconfig paths in import statements & support auto fix
{
"plugins": [
"eslint-plugin-ts-paths-import-prefer"
],
"rules": {
"ts-paths-import-prefer/prefer-ts-paths": "error"
}
}