Skip to content

Commit

Permalink
Merge pull request #103 from Noorin99/MOHAMMAD-ALMOHAMMAD/issue100
Browse files Browse the repository at this point in the history
Mohammad almohammad/issue100
  • Loading branch information
MOHAMMAD-ALMOHAMMAD authored Aug 8, 2023
2 parents dae2f80 + 10d72dd commit 1fd77b9
Show file tree
Hide file tree
Showing 60 changed files with 560 additions and 1,107 deletions.
10 changes: 5 additions & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prettier/prettier": "error",
"node/no-unsupported-features/es-syntax": "off",
"node/no-unpublished-import": "warn",
"@typescript-eslint/no-namespace": "warn",
"@typescript-eslint/no-namespace": "off",
"no-lonely-if": "warn",
"camelcase": "warn",
"no-use-before-define": "warn",
Expand All @@ -50,11 +50,11 @@
"no-useless-escape": "warn",
"no-unused-vars": "warn",
"no-console": "warn",
"func-names": "off",
"no-process-exit": "off",
"class-methods-use-this": "off",
"func-names": "warn",
"no-process-exit": "warn",
"class-methods-use-this": "warn",
"@typescript-eslint/no-shadow": ["error"],
"no-shadow": "off"
"no-shadow": "warn"
},
"settings": {
"node": {
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"endOfLine": "lf"
"endOfLine": "auto"
}
Loading

0 comments on commit 1fd77b9

Please sign in to comment.