Skip to content

Commit

Permalink
Remove unsupported dependency
Browse files Browse the repository at this point in the history
This library prevents using ESLint 9 (and is becoming redundant due to the adoption of Effect).

Refs #2198, #1834, buildo/eslint-plugin-fp-ts#316
  • Loading branch information
thewilkybarkid committed Jan 22, 2025
1 parent 297bb9f commit fb5adb1
Show file tree
Hide file tree
Showing 3 changed files with 432 additions and 1,168 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"plugin:@typescript-eslint/stylistic-type-checked",
"plugin:import/recommended",
"plugin:import/typescript",
"plugin:fp-ts/all",
"plugin:wc/best-practice",
"prettier"
],
Expand Down Expand Up @@ -66,8 +65,6 @@
"@typescript-eslint/prefer-nullish-coalescing": ["error", { "ignoreConditionalTests": true }],
"@typescript-eslint/restrict-template-expressions": ["error", { "allowNumber": true }],
"@typescript-eslint/strict-boolean-expressions": "error",
"fp-ts/no-lib-imports": "off",
"fp-ts/no-module-imports": "off",
"import/no-cycle": "error",
"import/no-duplicates": ["error", { "prefer-inline": true }],
"import/no-extraneous-dependencies": [
Expand Down
Loading

0 comments on commit fb5adb1

Please sign in to comment.