eslint-plugin-overdrive
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@luxass/eslint-config

npm version npm downloads

Mainly for personal use, but feel free to use it if you like it.

📦 Install

npm install -D eslint eslint-plugin-overdrive

🚀 Usage

// eslint.config.js
import pluginOverdrive from 'eslint-plugin-overdrive'

export default [
  {
    plugins: {
      overdrive: pluginOverdrive
    },
    rules: {
      'overdrive/no-small-switch': 'error',
    }
  }
]

📄 License

Published under MIT License.

Package Sidebar

Install

npm i eslint-plugin-overdrive

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

18.1 kB

Total Files

7

Last publish

Collaborators

  • luxass