1.1.4 • Published 10 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.0

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago