Skip to content
Open
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
27 changes: 19 additions & 8 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@
"project": ["./tsconfig.json"]
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "import", "simple-import-sort", "sort-exports", "typescript-sort-keys", "sort-keys", "prettier"],
"plugins": [
"@typescript-eslint",
"import",
"simple-import-sort",
"sort-exports",
"typescript-sort-keys",
"sort-keys",
"prettier"
],
"extends": ["prettier"],
"rules": {
"curly": 2,
Expand All @@ -28,19 +36,19 @@
"default": "generic"
}
],
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/await-thenable": "off",
"@typescript-eslint/consistent-type-definitions": [2, "type"],
"@typescript-eslint/consistent-type-exports": "error",
"@typescript-eslint/method-signature-style": "error",
"@typescript-eslint/naming-convention": 0,
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-for-in-array": "error",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-non-null-assertion": "error",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-require-imports": "error",
"@typescript-eslint/no-this-alias": "error",
"@typescript-eslint/no-unsafe-argument": "error",
"@typescript-eslint/no-unsafe-assignment": "error",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-member-access": "error",
"@typescript-eslint/no-unsafe-return": "error",
"@typescript-eslint/no-useless-empty-export": "error",
Expand All @@ -64,18 +72,21 @@
],
"space-before-blocks": "off",
"@typescript-eslint/space-before-blocks": ["error", "always"],
"@typescript-eslint/type-annotation-spacing": ["error", { "after": true }],
"@typescript-eslint/type-annotation-spacing": [
"error",
{ "after": true }
],
"import/first": "error",
"import/newline-after-import": "error",
"import/no-duplicates": "error",
"sort-exports/sort-exports": ["error", { "sortDir": "asc" }],
"sort-exports/sort-exports": ["off", { "sortDir": "asc" }],
"typescript-sort-keys/interface": "error",
"typescript-sort-keys/string-enum": "error",
"sort-keys": 0,
"sort-keys/sort-keys-fix": 2,
"prettier/prettier": 2,
"@typescript-eslint/no-unused-vars": "off",
"default-case": "error",
"default-case": "off",
"default-case-last": "error"
}
}
File renamed without changes.
File renamed without changes.
13 changes: 0 additions & 13 deletions hack/code/base.ts

This file was deleted.

3 changes: 0 additions & 3 deletions hack/code/card.ts

This file was deleted.

1 change: 0 additions & 1 deletion hack/code/form.ts

This file was deleted.

22 changes: 0 additions & 22 deletions hack/code/form/base.ts

This file was deleted.

40 changes: 0 additions & 40 deletions hack/code/form/form.ts

This file was deleted.

4 changes: 0 additions & 4 deletions hack/code/form/index.ts

This file was deleted.

11 changes: 0 additions & 11 deletions hack/code/form/mesh.ts

This file was deleted.

213 changes: 0 additions & 213 deletions hack/code/form/site.ts

This file was deleted.

Loading