eslint-plugin-no-extension-in-require

0.2.0 • Public • Published

Usage

To use this plugin with ESLint:

  1. Ensure the plugin is loaded, e.g. by adding the following to your .eslintrc file:
"plugins": [
  "no-extension-in-require"
]
  1. Enable the rule in your ESLint configuration, e.g.:
"rules": {
  "no-extension-in-require/main": 2
}

See the ESLint documentation for more information.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    737
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    737
  • 0.1.0
    1

Package Sidebar

Install

npm i eslint-plugin-no-extension-in-require

Weekly Downloads

738

Version

0.2.0

License

MIT

Last publish

Collaborators

  • dubroy