forked from eslint/eslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update rule types (eslint#18925)
* fix: add missing type for `no-useless-assignment` * fix: update `func-style` types * fix: udpate types for `require-unicode-regexp` * fix: udpate types for `no-unused-vars` * fix: update `no-fallthrough` types * fix: update `no-useless-computed-key` types * fix: update `no-unused-vars` types * fix: remove valid-jsdoc & required-jsdoc types * fix: update `no-new-native-nonconstructor` types * fix: update `no-object-constructor` types * fix: update `lines-between-class-members` types * chore: remove unwanted change * chore: update lib/types/rules/deprecated.d.ts Co-authored-by: Josh Goldberg ✨ <[email protected]> * Update lib/types/rules/ecmascript-6.d.ts Co-authored-by: Tanuj Kanti <[email protected]> --------- Co-authored-by: Josh Goldberg ✨ <[email protected]> Co-authored-by: Nicholas C. Zakas <[email protected]> Co-authored-by: Tanuj Kanti <[email protected]>
- Loading branch information
1 parent
f879be2
commit 064c8b6
Showing
5 changed files
with
82 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters