Skip to content

Commit

Permalink
chore: remove prettier ESLint checks, deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirsamdarshi committed May 1, 2024
1 parent 453bff2 commit bcb1bc6
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 584 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
extends: ['airbnb', 'plugin:prettier/recommended'],
plugins: ['react-hooks', 'prettier'],
extends: ['airbnb'],
plugins: ['react-hooks'],
rules: {
'jsx-a11y/label-has-for': 0,
'jsx-a11y/label-has-associated-control': 0,
Expand Down
60 changes: 0 additions & 60 deletions cloudbuild.yaml

This file was deleted.

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.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MoTrPAC",
"version": "2.0.0",
"version": "2.0.0-dev.3",
"private": true,
"dependencies": {
"auth0-js": "9.20.0",
Expand Down 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 bcb1bc6

Please sign in to comment.