Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh Balyan committed Apr 13, 2024
1 parent 118688b commit 4a9cfac
Show file tree
Hide file tree
Showing 3 changed files with 2,277 additions and 312 deletions.
9 changes: 7 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"plugin:eqeqeq-fix/recommended",
"plugin:react/all",
"plugin:react-hooks/recommended",
"plugin:sonarjs/recommended"
"plugin:sonarjs/recommended",
"plugin:sonar/recommended",
"plugin:react-redux/recommended"
],
"parserOptions": {
"ecmaVersion": "latest",
Expand Down Expand Up @@ -47,6 +49,7 @@
"no-await-in-loop":"off",
"unused-imports/no-unused-imports": "error",
"autofix/no-unused-vars": "error",
"sonar/deprecation": 2,
"sort-imports": ["error", {
"ignoreCase": true,
"ignoreDeclarationSort": true,
Expand All @@ -69,6 +72,8 @@
"unused-imports",
"simple-import-sort",
"autofix",
"sonarjs"
"sonarjs",
"sonar",
"react-redux"
]
}
Loading

0 comments on commit 4a9cfac

Please sign in to comment.