Skip to content

Commit

Permalink
feat: update stylistic to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 3, 2023
1 parent 829fe06 commit fd9b365
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 230 deletions.
2 changes: 1 addition & 1 deletion fixtures/output/tab-double-quotes/typescript.ts
Expand Up @@ -8,7 +8,7 @@ interface Person {
const people: Person[] = [
{ name: "Alice", age: 30 },
{ name: "Bob", age: 25 },
{ name: "Charlie", age: 35 },
{ name: "Charlie", age: 35 },
]

// eslint-disable-next-line no-console
Expand Down
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -63,16 +63,16 @@
},
"dependencies": {
"@antfu/eslint-define-config": "^1.23.0-2",
"@antfu/install-pkg": "^0.3.0",
"@antfu/install-pkg": "^0.3.1",
"@eslint-types/jsdoc": "46.8.2-1",
"@eslint-types/typescript-eslint": "^6.12.0",
"@eslint-types/unicorn": "^49.0.0",
"@stylistic/eslint-plugin": "^1.4.1",
"@stylistic/eslint-plugin": "^1.5.0-beta.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint-config-flat-gitignore": "^0.1.1",
"eslint-config-flat-gitignore": "^0.1.2",
"eslint-parser-plain": "^0.1.0",
"eslint-plugin-antfu": "^1.0.11",
"eslint-plugin-antfu": "^1.0.13",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-i": "^2.29.0",
"eslint-plugin-jsdoc": "^46.9.0",
Expand All @@ -84,7 +84,7 @@
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vitest": "^0.3.10",
"eslint-plugin-vue": "^9.19.1",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-yml": "^1.10.0",
"globals": "^13.23.0",
"jsonc-eslint-parser": "^2.4.0",
Expand All @@ -103,16 +103,16 @@
"@stylistic/eslint-plugin-migrate": "^1.4.1",
"@types/eslint": "^8.44.8",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.1",
"@types/node": "^20.10.2",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.32",
"@unocss/eslint-plugin": "^0.57.7",
"@unocss/eslint-plugin": "^0.58.0",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-flat-config-viewer": "^0.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-react-refresh": "^0.4.5",
"esno": "^4.0.0",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
Expand Down

0 comments on commit fd9b365

Please sign in to comment.