Go Back to projects

eslint-plugin-overdrive

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.