1.1.4 • Published 9 months ago

@redabacha/eslint-import-resolver-deno v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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.

1.1.1

9 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.0

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago