2026-04-03

- eslint OK
- import OK
- jsdoc OK
- node OK
- oxc OK
- promise OK
This commit is contained in:
gcch 2026-04-03 23:57:57 +02:00
commit 357c8bf05e
22 changed files with 2431 additions and 1600 deletions

View file

@ -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",