Skip to content

Commit

Permalink
Добавил метод combine
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMarck committed Nov 25, 2024
1 parent d65c566 commit 115f79a
Show file tree
Hide file tree
Showing 14 changed files with 294 additions and 192 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ max_line_length = 120
tab_width = 2
trim_trailing_whitespace = true

[{*.json,*.yaml,*.yml}]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea/
.vscode/
.DS_Store

# Logs
Expand Down
6 changes: 0 additions & 6 deletions .vscode/settings.json

This file was deleted.

11 changes: 11 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,15 @@ export default [
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
pluginJs.configs.recommended,
...tseslint.configs.recommended,
{
rules: {
"@typescript-eslint/consistent-type-imports": [
"error",
{
prefer: "type-imports",
fixStyle: "inline-type-imports",
},
],
},
},
];
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('ts-jest').JestConfigWithTsJest} **/
/** @type {import("ts-jest").JestConfigWithTsJest} **/
module.exports = {
testEnvironment: "node",
transform: {
Expand Down
Loading

0 comments on commit 115f79a

Please sign in to comment.