Update dependency @augu/eslint-config to v5 #378
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.0
->5.3.0
Release Notes
auguwu/eslint-config (@augu/eslint-config)
v5.3.0
Compare Source
@stylistic/eslint-plugin
and can be disabled (@auguwu)Full Changelog: auguwu/eslint-config@5.2.4...5.3.0
v5.2.4
Compare Source
Full Changelog: auguwu/eslint-config@5.2.3...5.2.4
v5.2.3
Compare Source
assertIsError
with Bun as it'll throw aResolveMessage
, which we can't really detect (asisObject(ex)
is true, but cannot view itsmessage
property withhasOwnProperty
) (@auguwu)perfectionist/sort-named-{imports,exports}
(@auguwu)Full Changelog: auguwu/eslint-config@5.2.2...5.2.3
v5.2.2
Compare Source
perfectionist/sort-exports
rule (@auguwu)@noelware/utils
to fixassertIsError
to include{ message }
-style objects when thrown an error (@auguwu)v5.2.1
Compare Source
➕ Additions
debug
module to allow to debug the package (@auguwu)Cannot find module
when trying to load TypeScript ESLint packagesv5.2.0
Compare Source
typescript-eslint
or@typescript-eslint/parser
is installed and uses that for the TypeScript parser to use.typescript-parser
to the list of parsers that the TypeScript ESLint configuration can use.Full Changelog: auguwu/eslint-config@5.1.2...5.2.0
v5.1.2
Compare Source
✨ Additions
main
,module
, andtypes
field to package.jsonv5.1.1
Compare Source
vue: { typescript: bool }
option to Vue configv5.1.0
Compare Source
src/
directory to make it easier to debug.v5.0.0
Compare Source
yearly release time (not really)
@augu/eslint-config
now uses ESLint's new flat configuration, please migrate to it.eslintrc
-related files.v4.0.1
Compare Source
New Rules Added
no-useless-constructor
(JavaScript, TypeScript)dot-notation
(JavaScript, TypeScript)@typescript-eslint/no-throw-literal
@typescript-eslint/no-implied-eval
Fixes
const a : () => string = () => "woof"
, now it'sconst a: () => string = () => "woof"
Full Changelog: auguwu/eslint-config@4.0.0...4.0.1
v4.0.0
Compare Source
Been a while yet again? This just updates the license years to 2023 and doesn't pin any dependencies the configurations might require.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.