Skip to content

Commit

Permalink
Merge pull request #1 from mturley/initial-tackle-import
Browse files Browse the repository at this point in the history
Initial migration of table-controls code from konveyor/tackle2-ui
  • Loading branch information
mturley authored Nov 2, 2023
2 parents e3bf78f + e0ffc91 commit 66de5f8
Show file tree
Hide file tree
Showing 92 changed files with 154,247 additions and 1,557 deletions.
10 changes: 4 additions & 6 deletions .eslintrc-md.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"plugins": [
"markdown",
"react"
],
"extends": ["plugin:markdown/recommended"],
"plugins": ["react"],
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module",
Expand All @@ -12,7 +10,7 @@
},
"settings": {
"react": {
"version": "16.4.0"
"version": "18.2.0"
}
},
"rules": {
Expand All @@ -25,4 +23,4 @@
"react/no-unknown-property": 2,
"react/jsx-no-undef": 2
}
}
}
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"eqeqeq": ["error", "smart"],
"guard-for-in": "error",
"max-classes-per-file": ["error", 1],
"no-nested-ternary": "error",
"no-bitwise": "error",
"no-caller": "error",
"no-cond-assign": "error",
Expand Down
Loading

0 comments on commit 66de5f8

Please sign in to comment.