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

0.0.2 • 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

0

Version

0.0.2

License

MIT

Unpacked Size

7.8 kB

Total Files

7

Last publish

Collaborators

  • luxass