Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions packages/effect/.eslintrc.js

This file was deleted.

8 changes: 8 additions & 0 deletions packages/effect/.oxlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "../../node_modules/oxlint/configuration_schema.json",
"extends": ["../../.oxlintrc.base.json"],
"env": {
"browser": true,
"node": true
}
}
4 changes: 2 additions & 2 deletions packages/effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"build:tarball": "npm pack",
"circularDepCheck": "madge --circular src/index.client.ts && madge --circular src/index.server.ts && madge --circular src/index.types.ts",
"clean": "rimraf build coverage sentry-effect-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:fix": "oxlint . --fix --type-aware",
"lint": "oxlint . --type-aware",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
Loading