JavaScript coding standards for the Bolste Team
We export a base set of rules for your ESLint configuration:
yarn install eslint-config-bolste
Add "extends": "bolste"
to your .eslintrc.
Consider adding test cases if you're making complicated rules changes, like anything involving regexes.
You can run tests with npm test
.
You can make sure this module lints with itself using npm run lint
.