Update TypeScript ESLint dependencies
This commit is contained in:
parent
e60773cdf3
commit
465b387a13
5 changed files with 623 additions and 198 deletions
|
@ -28,7 +28,7 @@ export type PropsType<T> = {
|
|||
readonly value: T;
|
||||
};
|
||||
|
||||
export const ContextMenu = <T extends unknown>({
|
||||
export function ContextMenu<T>({
|
||||
buttonClassName,
|
||||
i18n,
|
||||
menuOptions,
|
||||
|
@ -36,7 +36,7 @@ export const ContextMenu = <T extends unknown>({
|
|||
theme,
|
||||
title,
|
||||
value,
|
||||
}: PropsType<T>): JSX.Element => {
|
||||
}: PropsType<T>): JSX.Element {
|
||||
const [menuShowing, setMenuShowing] = useState<boolean>(false);
|
||||
const [focusedIndex, setFocusedIndex] = useState<number | undefined>(
|
||||
undefined
|
||||
|
@ -183,4 +183,4 @@ export const ContextMenu = <T extends unknown>({
|
|||
)}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1497,6 +1497,55 @@
|
|||
"reasonCategory": "exampleCode",
|
||||
"updated": "2021-11-13T01:24:25.496Z"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-append(",
|
||||
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
|
||||
"line": " result.push(append(value, stash, enclose));",
|
||||
"reasonCategory": "falseMatch",
|
||||
"updated": "2021-12-11T01:13:16.250Z"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-append(",
|
||||
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
|
||||
"line": " result.push(Array.isArray(ele) ? append(item, ele, enclose) : (item + ele));",
|
||||
"reasonCategory": "falseMatch",
|
||||
"updated": "2021-12-11T01:13:16.250Z"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-append(",
|
||||
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
|
||||
"line": " q.push(append(q.pop(), stringify(node, options)));",
|
||||
"reasonCategory": "falseMatch",
|
||||
"updated": "2021-12-11T01:13:16.250Z"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-append(",
|
||||
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
|
||||
"line": " q.push(append(q.pop(), ['{}']));",
|
||||
"reasonCategory": "falseMatch",
|
||||
"updated": "2021-12-11T01:13:16.250Z"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-append(",
|
||||
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
|
||||
"line": " q.push(append(q.pop(), range));",
|
||||
"reasonCategory": "falseMatch",
|
||||
"updated": "2021-12-11T01:13:16.250Z"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-append(",
|
||||
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
|
||||
"line": " q.push(append(q.pop(), queue, enclose));",
|
||||
"reasonCategory": "falseMatch",
|
||||
"updated": "2021-12-11T01:13:16.250Z"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-append(",
|
||||
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
|
||||
"line": " queue.push(append(queue.pop(), child.value));",
|
||||
"reasonCategory": "falseMatch",
|
||||
"updated": "2021-12-11T01:13:16.250Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/google-libphonenumber/dist/libphonenumber.js",
|
||||
|
@ -6555,13 +6604,6 @@
|
|||
"reasonCategory": "falseMatch",
|
||||
"updated": "2021-12-07T23:11:11.870Z"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-wrap(",
|
||||
"path": "node_modules/tsutils/util/convert-ast.js",
|
||||
"line": " ts.forEachChild(sourceFile, function wrap(node) {",
|
||||
"reasonCategory": "falseMatch",
|
||||
"updated": "2018-09-19T18:13:29.628Z"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-$(",
|
||||
"path": "node_modules/type-check/lib/parse-type.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue