chore: 迁移 lint/format 工具链 ESLint+Prettier → oxlint+oxfmt
This commit is contained in:
12
eslint-rules/local-rules.js
Normal file
12
eslint-rules/local-rules.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { enforceCatchType } from "./enforce-catch-type.js";
|
||||
import { noEmptyFunction } from "./no-empty-function.js";
|
||||
|
||||
export default {
|
||||
meta: {
|
||||
name: "local-rules",
|
||||
},
|
||||
rules: {
|
||||
"enforce-catch-type": enforceCatchType,
|
||||
"no-empty-function": noEmptyFunction,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user