Skip to content

Commit

Permalink
Merge pull request #123 from felipeog/remove-workflows
Browse files Browse the repository at this point in the history
Remove workflows
  • Loading branch information
felipeog authored Oct 5, 2023
2 parents 1f786be + dba8871 commit 2cd7e5f
Show file tree
Hide file tree
Showing 195 changed files with 306 additions and 4,729 deletions.
1 change: 0 additions & 1 deletion .env.example

This file was deleted.

8 changes: 2 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,21 @@
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["react", "@typescript-eslint", "jest"],
"plugins": ["react", "@typescript-eslint"],
"overrides": [
{
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"files": ["./scripts", "./shared", "./src", "./tests"]
"files": ["./scripts", "./shared", "./src"]
},
{
"extends": ["plugin:react/recommended"],
"files": ["./src/**/*.tsx"],
"rules": {
"react/react-in-jsx-scope": "off"
}
},
{
"extends": ["plugin:jest/all"],
"files": ["./tests/**/*.spec.ts"]
}
]
}
36 changes: 0 additions & 36 deletions .github/workflows/test.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/update-issues.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
dist
node_modules
shared/solutionsImages/*.png
.DS_Store
.parcel-cache
.env
6 changes: 0 additions & 6 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 2cd7e5f

Please sign in to comment.