Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Lint - #5647

Merged
fregante merged 5 commits into
mainfrom
lint-9001
May 22, 2022
Merged

Lint#5647
fregante merged 5 commits into
mainfrom
lint-9001

Conversation

@fregante

Copy link
Copy Markdown
Member

馃ゴ

@fregante

Copy link
Copy Markdown
Member Author

There's a comment left for #4982 that would require a lot of related changes, it'd be great to see that cleanup done separately

@cheap-glitch cheap-glitch added the meta Related to Refined GitHub itself label May 21, 2022
@fregante
fregante marked this pull request as ready for review May 21, 2022 08:27
Comment thread .xo-config.json
"allowWarningComments": false
}],
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/no-redundant-type-constituents": "off",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due to the wrong Deinit type introduced by #5422

Comment thread .xo-config.json Outdated
"__filebasename"
],
"rules": {
"jsx-quotes": "error",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too much noise on an existing codebase

import features from '.';
import looseParseInt from '../helpers/loose-parse-int';

// TODO [2022-05-01]: Drop GHE code and merge function back in init

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No merge needed; init is large enough

Comment thread source/globals.d.ts

type AnyObject = Record<string, any>;
// TODO: Fix this type, there's no such `delegate` global type
type Deinit = delegate.Subscription | Observer | MutationObserver | ResizeObserver | IntersectionObserver | VoidFunction;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delegate.Subscription and therefore Deinit are any due to #5422 @cheap-glitch

Comment thread source/globals.d.ts Outdated
Co-authored-by: Flo Edelmann <[email protected]>
@fregante
fregante merged commit 4ae6028 into main May 22, 2022
@fregante
fregante deleted the lint-9001 branch May 22, 2022 00:44
@fregante

fregante commented May 22, 2022

Copy link
Copy Markdown
Member Author

All PRs merged, 20 bug issues open. I haven鈥檛 seen that in a while 鈽猴笍

New release coming in 10-15 hours. If I forget, please someone do it, let鈥檚 release 22.5.22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta Related to Refined GitHub itself

Development

Successfully merging this pull request may close these issues.

3 participants