Skip to content

Commit

Permalink
v19.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eglove committed Sep 18, 2024
1 parent 05fbe9b commit 4d23dbe
Show file tree
Hide file tree
Showing 4 changed files with 6,148 additions and 3,462 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
> [!CAUTION]
> Do not use this with Prettier! Styling rules are included.
- 887 errored rules.
- 888 errored rules.
- 289 rules from [eslint-plugin-sonarjs](https://github.com/SonarSource/SonarJS/blob/master/packages/jsts/src/rules/README.md)
- 145 rules from [@eslint/js](https://github.com/eslint/eslint/tree/main/packages/js)
- 113 rules from [sindresorhus/eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn)
Expand All @@ -24,6 +24,7 @@
- 1 rule from [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-eslint-plugin)
- 1 rule from [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat)
- 1 rule from [@ethang/eslint-plugin](https://github.com/eglove/eslint-plugin)
- 1 rule from [@tanstack/eslint-plugin-router](https://tanstack.com/router/latest/docs/eslint/eslint-plugin-router)

# Add Even More!

Expand Down
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import sonar from "eslint-plugin-sonarjs";
import stylistic from "@stylistic/eslint-plugin";
import tailwind from "eslint-plugin-tailwindcss";
import tanstackQuery from "@tanstack/eslint-plugin-query";
import tanstackRouter from "@tanstack/eslint-plugin-router";
import tseslint from "typescript-eslint";
import unicorn from "eslint-plugin-unicorn";
import tanstackRouter from "@tanstack/eslint-plugin-router";

export default tseslint.config(
{
Expand All @@ -39,10 +39,10 @@ export default tseslint.config(
sonar: fixupPluginRules(sonar),
ethang: ethang,
"@tanstack/query": tanstackQuery,
"@tanstack/router": tanstackRouter,
tailwind: tailwind,
stylistic: stylistic,
perfectionist: perfectionist,
"@tanstack/router": tanstackRouter,
a11y: a11y,
},
rules: {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethang/eslint-config",
"version": "19.5.8",
"version": "19.6.0",
"repository": {
"url": "git+https://github.com/eglove/eslint-config-ethang.git"
},
Expand Down Expand Up @@ -62,6 +62,7 @@
"@ethang/eslint-plugin": "^0.0.10",
"@stylistic/eslint-plugin": "^2.8.0",
"@tanstack/eslint-plugin-query": "^5.56.1",
"@tanstack/eslint-plugin-router": "^1.58.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^9.10.0",
"eslint-plugin-astro": "^1.2.4",
Expand Down
Loading

0 comments on commit 4d23dbe

Please sign in to comment.