Skip to content

Commit

Permalink
release: v0.10.0 (#188)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Co-authored-by: Boshen <[email protected]>
  • Loading branch information
oxc-bot and Boshen authored Oct 19, 2024
1 parent fd1b315 commit d261ac9
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 45 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-oxlint",
"version": "0.9.10",
"version": "0.10.0",
"description": "Turn off all rules already supported by oxlint",
"type": "module",
"packageManager": "[email protected]",
Expand Down Expand Up @@ -65,7 +65,7 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"memfs": "^4.9.2",
"oxlint": "^0.9.10",
"oxlint": "^0.10.0",
"prettier": "^3.3.1",
"scule": "^1.3.0",
"shelljs": "^0.8.5",
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions src/configs-by-scope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ const reactPerfConfig = {
rules: rules.reactPerfRules,
};

const securityConfig = {
name: 'oxlint/security',
rules: rules.securityRules,
};

const treeShakingConfig = {
name: 'oxlint/tree-shaking',
rules: rules.treeShakingRules,
Expand Down Expand Up @@ -89,7 +84,6 @@ const configByScope = {
'flat/promise': promiseConfig,
'flat/react': reactConfig,
'flat/react-perf': reactPerfConfig,
'flat/security': securityConfig,
'flat/tree-shaking': treeShakingConfig,
'flat/unicorn': unicornConfig,
'flat/vitest': vitestConfig,
Expand Down

0 comments on commit d261ac9

Please sign in to comment.