File tree Expand file tree Collapse file tree 10 files changed +33
-25
lines changed
Expand file tree Collapse file tree 10 files changed +33
-25
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " create-effect-app " : patch
3+ ---
4+
5+ Update language service and eslint version
Original file line number Diff line number Diff line change 1414 "author" : " " ,
1515 "packageManager" :
" [email protected] " ,
1616 "devDependencies" : {
17- "@effect/language-service" : " ^0.2.0 " ,
17+ "@effect/language-service" : " latest " ,
1818 "@effect/vitest" : " ^0.13.7" ,
1919 "@types/node" : " ^22.8.5" ,
2020 "@types/uuid" : " ^10.0.0" ,
Original file line number Diff line number Diff line change 1717 "@changesets/changelog-github" : " ^0.5.0" ,
1818 "@changesets/cli" : " ^2.27.7" ,
1919 "@dprint/formatter" : " ^0.4.1" ,
20- "@effect/eslint-plugin" : " ^0.2.0 " ,
21- "@effect/language-service" : " ^0.2.0 " ,
20+ "@effect/eslint-plugin" : " ^0.3.2 " ,
21+ "@effect/language-service" : " latest " ,
2222 "@effect/vitest" : " ^0.13.14" ,
2323 "@eslint/compat" : " ^1.2.2" ,
2424 "@eslint/eslintrc" : " ^3.1.0" ,
Original file line number Diff line number Diff line change 1+ import * as effectEslint from "@effect/eslint-plugin"
12import { fixupPluginRules } from "@eslint/compat"
23import { FlatCompat } from "@eslint/eslintrc"
34import js from "@eslint/js"
@@ -24,9 +25,9 @@ export default [
2425 ...compat . extends (
2526 "eslint:recommended" ,
2627 "plugin:@typescript-eslint/eslint-recommended" ,
27- "plugin:@typescript-eslint/recommended" ,
28- "plugin:@effect/recommended"
28+ "plugin:@typescript-eslint/recommended"
2929 ) ,
30+ ...effectEslint . configs . dprint ,
3031 {
3132 plugins : {
3233 import : fixupPluginRules ( _import ) ,
Original file line number Diff line number Diff line change 3838 "@changesets/changelog-github" : " ^0.5.0" ,
3939 "@changesets/cli" : " ^2.27.8" ,
4040 "@effect/build-utils" : " ^0.7.7" ,
41- "@effect/eslint-plugin" : " ^0.2.0 " ,
42- "@effect/language-service" : " ^0.1.0 " ,
41+ "@effect/eslint-plugin" : " ^0.3.2 " ,
42+ "@effect/language-service" : " latest " ,
4343 "@effect/vitest" : " latest" ,
4444 "@eslint/compat" : " 1.1.1" ,
4545 "@eslint/eslintrc" : " 3.1.0" ,
Original file line number Diff line number Diff line change 1+ import * as effectEslint from "@effect/eslint-plugin"
12import { fixupPluginRules } from "@eslint/compat"
23import { FlatCompat } from "@eslint/eslintrc"
34import js from "@eslint/js"
@@ -24,9 +25,9 @@ export default [
2425 ...compat . extends (
2526 "eslint:recommended" ,
2627 "plugin:@typescript-eslint/eslint-recommended" ,
27- "plugin:@typescript-eslint/recommended" ,
28- "plugin:@effect/recommended"
28+ "plugin:@typescript-eslint/recommended"
2929 ) ,
30+ ...effectEslint . configs . dprint ,
3031 {
3132 plugins : {
3233 import : fixupPluginRules ( _import ) ,
Original file line number Diff line number Diff line change 3030 "@changesets/changelog-github" : " ^0.5.0" ,
3131 "@changesets/cli" : " ^2.27.8" ,
3232 "@effect/cli" : " latest" ,
33- "@effect/eslint-plugin" : " ^0.2.0 " ,
34- "@effect/language-service" : " ^0.1.0 " ,
33+ "@effect/eslint-plugin" : " ^0.3.2 " ,
34+ "@effect/language-service" : " latest " ,
3535 "@effect/platform" : " latest" ,
3636 "@effect/platform-node" : " latest" ,
3737 "@effect/vitest" : " latest" ,
Original file line number Diff line number Diff line change 1+ import * as effectEslint from "@effect/eslint-plugin"
12import { fixupPluginRules } from "@eslint/compat"
23import { FlatCompat } from "@eslint/eslintrc"
34import js from "@eslint/js"
@@ -24,9 +25,9 @@ export default [
2425 ...compat . extends (
2526 "eslint:recommended" ,
2627 "plugin:@typescript-eslint/eslint-recommended" ,
27- "plugin:@typescript-eslint/recommended" ,
28- "plugin:@effect/recommended"
28+ "plugin:@typescript-eslint/recommended"
2929 ) ,
30+ ...effectEslint . configs . dprint ,
3031 {
3132 plugins : {
3233 import : fixupPluginRules ( _import ) ,
Original file line number Diff line number Diff line change 2626 "@changesets/changelog-github" : " ^0.5.0" ,
2727 "@changesets/cli" : " ^2.27.8" ,
2828 "@effect/build-utils" : " ^0.7.7" ,
29- "@effect/eslint-plugin" : " ^0.2.0 " ,
30- "@effect/language-service" : " ^0.2.0 " ,
29+ "@effect/eslint-plugin" : " ^0.3.2 " ,
30+ "@effect/language-service" : " latest " ,
3131 "@effect/vitest" : " latest" ,
3232 "@eslint/compat" : " 1.2.2" ,
3333 "@eslint/eslintrc" : " 3.1.0" ,
You can’t perform that action at this time.
0 commit comments