Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
samirm00 committed Jul 8, 2023
1 parent 2476fd4 commit 8b76988
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"plugins": ["jsdoc", "prefer-arrow", "sonarjs"],
"indent": ["error", 4],
"parser": "@babel/eslint-parser",
"parserOptions": {
"sourceType": "script"
Expand Down Expand Up @@ -108,7 +107,6 @@
"jsdoc/require-yields": 1,
"jsdoc/require-yields-check": 1,
"jsdoc/valid-types": 1,

"import/prefer-default-export": 0,
"import/named": 2,
"import/extensions": [1, { "js": "always" }]
Expand Down

0 comments on commit 8b76988

Please sign in to comment.