Skip to content

Commit

Permalink
FUNDING removed
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed Mar 26, 2023
1 parent efaafbf commit 20a5505
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 40 deletions.
43 changes: 23 additions & 20 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,18 @@
"jest": true
},
"rules": {
"arrow-parens": ["error", "as-needed"],
"@typescript-eslint/lines-between-class-members": "off",
"max-len": "off",
"arrow-parens": [
"error",
"as-needed"
],
"class-methods-use-this": "off",
"import/prefer-default-export": "off",
"eol-last": "error",
"import/no-cycle": "off",
"no-underscore-dangle": "off",
"import/prefer-default-export": "off",
"lines-between-class-members": "off",
"eol-last": "error",
"sort-imports": [
"error",
{
"ignoreCase": true,
"ignoreDeclarationSort": false,
"ignoreMemberSort": false,
"memberSyntaxSortOrder": [
"all",
"single",
"multiple",
"none"
],
"allowSeparatedGroups": false
}
],
"max-len": "off",
"no-underscore-dangle": "off",
"padding-line-between-statements": [
"error",
{
Expand Down Expand Up @@ -113,6 +101,21 @@
"export"
]
}
],
"sort-imports": [
"error",
{
"ignoreCase": true,
"ignoreDeclarationSort": false,
"ignoreMemberSort": false,
"memberSyntaxSortOrder": [
"all",
"single",
"multiple",
"none"
],
"allowSeparatedGroups": false
}
]
},
"settings": {
Expand Down
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"atlassian"
],
"devDependencies": {
"@swc-node/register": "1.5.8",
"@swc-node/register": "^1.6.2",
"@swc/helpers": "^0.4.14",
"@types/express": "^4.17.17",
"@types/oauth": "^0.9.1",
Expand All @@ -58,7 +58,7 @@
"eslint-plugin-import": "^2.27.5",
"prettier": "^2.8.7",
"prettier-plugin-jsdoc": "^0.4.2",
"sinon": "^15.0.2",
"sinon": "^15.0.3",
"typedoc": "^0.23.28",
"typedoc-plugin-extras": "^2.3.2",
"typescript": "^5.0.2"
Expand Down

0 comments on commit 20a5505

Please sign in to comment.