2.0.0 • Published 8 months ago
@foxglove/eslint-plugin v2.0.0
@foxglove/eslint-plugin
Foxglove default eslint configuration & rules.
Rules
See rules/README.md for details on each rule.
Installation
yarn add -D \
@foxglove/eslint-plugin \
typescript-eslint \
eslint \
prettier
In your eslint.config.cjs
:
const foxglove = require("@foxglove/eslint-plugin");
const tseslint = require("typescript-eslint");
module.exports = tseslint.config(
...foxglove.configs.base,
...foxglove.configs.react,
...foxglove.configs.jest,
...foxglove.configs.typescript
);
License
@foxglove/eslint-plugin is released under the MIT License.
Releasing
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"
Stay in touch
Join our Slack channel to ask questions, share feedback, and stay up to date on what our team is working on.
2.0.0
8 months ago
1.0.1
2 years ago
1.0.0
2 years ago
1.0.0-alpha.1
2 years ago
0.23.0
2 years ago
0.22.1
2 years ago
0.22.0
2 years ago
0.21.2
2 years ago
0.21.1
2 years ago
0.21.0
2 years ago
0.20.0
3 years ago
0.19.0
3 years ago
0.18.0
4 years ago
0.17.1
4 years ago
0.17.0
4 years ago
0.16.0
4 years ago
0.15.0
4 years ago
0.14.0
4 years ago
0.13.0
4 years ago
0.12.2
4 years ago
0.12.1
4 years ago
0.12.0
4 years ago
0.11.0
4 years ago
0.11.1
4 years ago
0.10.0
4 years ago
0.9.0
4 years ago
0.8.0
4 years ago
0.7.0
4 years ago
0.6.0
4 years ago
0.5.0
4 years ago
0.4.0
4 years ago