2026-04-03
- eslint OK - import OK - jsdoc OK - node OK - oxc OK - promise OK
This commit is contained in:
parent
93dd909919
commit
ff18cabdb0
22 changed files with 2442 additions and 1600 deletions
|
|
@ -2,147 +2,147 @@ import type { DummyRuleMap } from "oxlint";
|
|||
|
||||
const perfectionistRules: DummyRuleMap = {
|
||||
"perfectionist/sort-array-includes": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-classes": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-decorators": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-enums": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-export-attributes": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-exports": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-heritage-clauses": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-import-attributes": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-interfaces": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-intersection-types": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-jsx-props": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-maps": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-modules": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-named-exports": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-named-imports": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-object-types": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-objects": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-sets": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-switch-case": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-union-types": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
},
|
||||
],
|
||||
"perfectionist/sort-variable-declarations": [
|
||||
"error",
|
||||
"deny",
|
||||
{
|
||||
order: "asc",
|
||||
type: "natural",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue