Skip to content

Commit

Permalink
Bump @typescript-eslint/eslint-plugin from 7.16.1 to 8.6.0 (#287)
Browse files Browse the repository at this point in the history
* Bump @typescript-eslint/eslint-plugin from 7.16.1 to 8.6.0

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.1 to 8.6.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Replaced `eslint-config-airbnb-typescript` with `@kesills/eslint-config-airbnb-typescript`

bumped `@typescript-eslint/parser` from `7.18.0` to `8.0.0`

* Synced `package-lock.json` with `package.json`

* Updated eslint config file

* Ignored `@stylistic/indent` and `@stylistic/comma-dangle` rules

* Fixed eslint errors

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rmanaem <[email protected]>
  • Loading branch information
dependabot[bot] and rmanaem authored Sep 23, 2024
1 parent d02f1d6 commit 4a18080
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 161 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
'plugin:cypress/recommended',
'airbnb',
'airbnb/hooks',
'airbnb-typescript',
'@kesills/airbnb-typescript',
'prettier',
],
ignorePatterns: ['dist', '.eslintrc.cjs', 'component.ts'],
Expand All @@ -21,5 +21,7 @@ module.exports = {
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
'react/react-in-jsx-scope': 'off',
'tsdoc/syntax': 'warn',
'@stylistic/indent': 'off',
'@stylistic/comma-dangle': 'off',
},
};
Loading

0 comments on commit 4a18080

Please sign in to comment.