Skip to content

Commit

Permalink
chore: remove useless prettier ESLint checks, unnecessary deployment …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
mihirsamdarshi committed Apr 18, 2024
1 parent 39bbed0 commit 4f8b8ac
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 548 deletions.
57 changes: 30 additions & 27 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
module.exports = {
extends: ['airbnb', 'plugin:prettier/recommended'],
plugins: ['react-hooks', 'prettier'],
rules: {
'jsx-a11y/label-has-for': 0,
'jsx-a11y/label-has-associated-control': 0,
'jsx-a11y/control-has-associated-label': 0,
'jsx-a11y/no-noninteractive-tabindex': 0,
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn',
'import/no-extraneous-dependencies': ['error', { devDependencies: true }],
'no-console': 0,
'no-param-reassign': 0,
'no-use-before-define': 0,
'func-names': 0,
'consistent-return': 0,
'prefer-template': 0,
'react/jsx-props-no-spreading': 0,
'react/prop-types': 0,
'react/forbid-prop-types': 0,
'react/no-unescaped-entities': 0,
'react/jsx-filename-extension': 0,
'react/no-this-in-sfc': 0,
},
env: {
browser: true,
jest: true,
},
extends: ['airbnb'],
plugins: ['react-hooks'],
rules: {
'jsx-a11y/label-has-for': 0,
'jsx-a11y/label-has-associated-control': 0,
'jsx-a11y/control-has-associated-label': 0,
'jsx-a11y/no-noninteractive-tabindex': 0,
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn',
'import/no-extraneous-dependencies': [
'error',
{ devDependencies: true },
],
'no-console': 0,
'no-param-reassign': 0,
'no-use-before-define': 0,
'func-names': 0,
'consistent-return': 0,
'prefer-template': 0,
'react/jsx-props-no-spreading': 0,
'react/prop-types': 0,
'react/forbid-prop-types': 0,
'react/no-unescaped-entities': 0,
'react/jsx-filename-extension': 0,
'react/no-this-in-sfc': 0,
},
env: {
browser: true,
jest: true,
},
};
27 changes: 0 additions & 27 deletions kubernetes/README.md

This file was deleted.

89 changes: 0 additions & 89 deletions kubernetes/application.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"enzyme": "3.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest-canvas-mock": "^2.2.0",
"postcss-normalize": "^10.0.1",
Expand Down
41 changes: 0 additions & 41 deletions terraform/.terraform.lock.hcl

This file was deleted.

92 changes: 0 additions & 92 deletions terraform/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions terraform/cloudbuild.yml

This file was deleted.

Loading

0 comments on commit 4f8b8ac

Please sign in to comment.