Mouette
Mouette is a linter for your MongoDB.
Try it out
TODO
Features
TODO
How is this supposed to be used?
TODO
Develop
git clone https://github.com/jsoendermann/mouette/
cd mouette
yarn install
npm run watch
node dist/bin/mouette.js
Adding a new rule
- Copy
src/rules/_RULE_TEMPLATE.ts
to a new file in the src/rules/
folder. - Follow the instructions in that file to implement your rule.
- Add default options for your new rule to
defaultConfig.toml
. - Write tests and add them to the
__tests__/rules/
folder. - Send me a pull request and share your new rule with the world.
TODO
Rules
Guesses
Potentially slow