Skip to content

Commit

Permalink
feat: add initial source
Browse files Browse the repository at this point in the history
  • Loading branch information
KillWolfVlad committed May 23, 2022
1 parent 14635d7 commit 30b9752
Show file tree
Hide file tree
Showing 70 changed files with 5,392 additions and 2,099 deletions.
11 changes: 10 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"root": true,
"extends": ["@byndyusoft/eslint-config/header-apache-2.0", "@byndyusoft/eslint-config/backend"]
"extends": ["@byndyusoft/eslint-config/header-apache-2.0", "@byndyusoft/eslint-config/backend"],
"overrides": [
{
"files": ["*.ts"],
"rules": {
// @typescript-eslint/eslint-plugin Supported Rules
"@typescript-eslint/no-non-null-assertion": "off" // type hacks
}
}
]
}
1 change: 1 addition & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
MD013: false
MD033: false
Loading

0 comments on commit 30b9752

Please sign in to comment.