Skip to content

Commit

Permalink
fix: remove eslint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Apr 29, 2024
1 parent 3ed9ac0 commit d32c285
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 373 deletions.
14 changes: 2 additions & 12 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
module.exports = {
extends: ['@deriv-com/eslint-config-deriv', 'eslint:recommended', 'plugin:react/recommended'],
plugins: ['simple-import-sort', 'sort-destructure-keys', 'typescript-sort-keys'],
extends: ['@deriv-com/eslint-config-deriv'],
plugins: ['simple-import-sort'],
rules: {
'global-require': 'off',
'@typescript-eslint/array-type': 'error',
'@typescript-eslint/no-explicit-any': 'error',
'@typescript-eslint/no-unused-vars': 'error',
'@typescript-eslint/sort-type-constituents': 'error',
'import/newline-after-import': 'error',
'react/jsx-sort-props': 'error',
'simple-import-sort/exports': 'error',
'simple-import-sort/imports': [
'error',
{
Expand Down Expand Up @@ -38,10 +32,6 @@ module.exports = {
],
},
],
'sort-destructure-keys/sort-destructure-keys': 'error',
'sort-keys': 'error',
'typescript-sort-keys/interface': 'error',
'typescript-sort-keys/string-enum': 'error',
},
overrides: [
{
Expand Down
Loading

0 comments on commit d32c285

Please sign in to comment.