0.1.0 • Published 1 year ago

eslint-plugin-overdrive v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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.