eslint-plugin-avoid-explicit-extension

1.0.4 • Public • Published

eslint-plugin-avoid-explicit-extension

Prevention of explicit mention of extensions while requiring files.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-avoid-explicit-extension:

$ npm install eslint-plugin-avoid-explicit-extension --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-avoid-explicit-extension globally.

Usage

Add avoid-explicit-extension to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "avoid-explicit-extension"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "avoid-explicit-extension/no-js-ext": "error"
    }
}

Supported Rules

Package Sidebar

Install

npm i eslint-plugin-avoid-explicit-extension

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

6.33 kB

Total Files

7

Last publish

Collaborators

  • rchouguleorg