1.1.4 • Published 9 months ago
@redabacha/eslint-import-resolver-deno v1.1.4
eslint-import-resolver-deno
This enables Deno import resolution for eslint-plugin-import
. This has been tested against Deno v2.0.0.
Usage
Install this package:
npm install --save-dev @redabacha/eslint-import-resolver-deno
Add the plugin to your eslint configuration file:
{
"rules": {
+ "import/resolver": "@redabacha/eslint-import-resolver-deno",
// etc...
},
},
License
MIT, see the license file.