Flora Suite default eslint configuration & rules.
See rules/README.md for details on each rule.
yarn add -D \
@flora-suite/eslint-plugin \
typescript-eslint \
eslint \
prettierIn your eslint.config.cjs:
const flora = require("@flora-suite/eslint-plugin");
const tseslint = require("typescript-eslint");
module.exports = tseslint.config(
...flora.configs.base,
...flora.configs.react,
...flora.configs.jest,
...flora.configs.typescript
);@flora-suite/eslint-plugin is released under the MIT License.
Note: You must use npm 7+ (not yarn) to test this repo locally, due to the self link in package.json.
tag=$(npm version minor) && echo "$tag"
git push && git push origin "$tag"Join our Slack channel to ask questions, share feedback, and stay up to date on what our team is working on.