Skip to content

VibatorRules for your own standards

An unopinionated linter for JavaScript and TypeScript. Write the checks other tools cannot, and link every finding to the guideline behind it.

Vibator

Scaffolding

sh
$ npx @vibator/create-gate

Or add it manually

sh
$ npm install --save-dev vibator
sh
$ pnpm add -D vibator
sh
$ yarn add -D vibator
sh
$ bun add -d vibator

Vibator ships no rules of its own. Scaffold a .vibator.json and start writing them:

sh
$ npx vibator init

Released under the MIT License.