File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed 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 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 ) ,
You can’t perform that action at this time.
0 commit comments