Skip to content

Commit

Permalink
fork
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-caldwell committed Oct 2, 2022
1 parent 9e0c9c8 commit 3e7ab30
Show file tree
Hide file tree
Showing 52 changed files with 203 additions and 4,833 deletions.
4 changes: 2 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"projectName": "react-kanban",
"projectOwner": "lourenci",
"projectOwner": "caldwell619",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commit": false,
"contributors": [
{
"login": "lourenci",
Expand Down
5 changes: 0 additions & 5 deletions .codeclimate.yml

This file was deleted.

45 changes: 14 additions & 31 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,17 @@
{
"parser": "@babel/eslint-parser",
"extends": [
"standard",
"standard-react",
"prettier/react",
"plugin:prettier/recommended"
],
"plugins": ["react-hooks"],
"parser": "@typescript-eslint/parser",
"extends": ["react-app", "plugin:@typescript-eslint/recommended"],
"plugins": ["prettier"],
"rules": {
"react/prop-types": "off",
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "error",
"no-nested-ternary": "error",
"require-await": "error",
"no-warning-comments": "warn"
},
"overrides": [
{
"files": ["*.ts", "*.tsx"],
"parser": "@typescript-eslint/parser",
"extends": [
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/no-empty-function": "off",
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": "error"
}
}
]
"@typescript-eslint/no-explicit-any": "off",
"prettier/prettier": "error"
// "react/prop-types": "off",
// "react/jsx-uses-react": "off",
// "react/react-in-jsx-scope": "off",
// "react-hooks/rules-of-hooks": "error",
// "react-hooks/exhaustive-deps": "error",
// "no-nested-ternary": "error",
// "require-await": "error",
// "no-warning-comments": "warn"
}
}
3 changes: 0 additions & 3 deletions CHANGELOG.md

This file was deleted.

634 changes: 118 additions & 516 deletions README.md

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions assets/index.html

This file was deleted.

77 changes: 0 additions & 77 deletions assets/index.js

This file was deleted.

25 changes: 0 additions & 25 deletions assets/services/getUrlParams.js

This file was deleted.

28 changes: 0 additions & 28 deletions babel.config.js

This file was deleted.

5 changes: 0 additions & 5 deletions cypress.json

This file was deleted.

7 changes: 0 additions & 7 deletions cypress/.eslintrc.json

This file was deleted.

116 changes: 0 additions & 116 deletions cypress/integration/board.spec.js

This file was deleted.

4 changes: 0 additions & 4 deletions cypress/plugins/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions cypress/support/beforeEach.js

This file was deleted.

2 changes: 0 additions & 2 deletions cypress/support/index.js

This file was deleted.

13 changes: 0 additions & 13 deletions jest.config.js

This file was deleted.

10 changes: 0 additions & 10 deletions jsconfig.json

This file was deleted.

Loading

0 comments on commit 3e7ab30

Please sign in to comment.