Skip to content

Commit

Permalink
Merge pull request #840 from OneCommunityGlobal/revert-838-ramya-jae-…
Browse files Browse the repository at this point in the history
…troubleshoot

Revert " Troubleshoot by Ramya and Jae"
  • Loading branch information
ramyaram2092 authored Apr 4, 2024
2 parents ff8ed9a + 238e4c5 commit ee00a99
Show file tree
Hide file tree
Showing 9 changed files with 569 additions and 52 deletions.
6 changes: 1 addition & 5 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
node_modules
launch.json
jest-env-vars.js
coverage
dist
/dist
5 changes: 2 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["eslint:recommended", "airbnb-base", "prettier"],
"extends": ["eslint:recommended", "airbnb-base"],
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 8,
Expand All @@ -16,8 +16,7 @@
"no-await-in-loop": "warn",
"template-curly-spacing": "off",
"indent": "off",
"linebreak-style": 0,
"no-console": "off"
"linebreak-style": 0
},
"settings": {
"import/resolver": {
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-commit

This file was deleted.

3 changes: 0 additions & 3 deletions .lintstagedrc.json

This file was deleted.

2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

10 changes: 0 additions & 10 deletions .prettierrc

This file was deleted.

Loading

0 comments on commit ee00a99

Please sign in to comment.