thefrontside / javascript

Frontside JavaScript tooling
9 stars 5 forks source link

update eslint to 8.0.1 #36

Closed wKich closed 2 years ago

wKich commented 2 years ago

Motivation

Update eslint to new major version (8.0.1)

Approach

Update eslint and typescript-eslint plugins to the latest version. Also removed typescript dependency from @frontside/eslint-config package and remove eslint dependency from @frontside/typescript package

changeset-bot[bot] commented 2 years ago

🦋 Changeset detected

Latest commit: 2fd3c42f06fcc3b32e1d24d155fe625e19e53b0a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | ------------------------ | ----- | | @frontside/eslint-config | Major | | @frontside/typescript | Major |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

github-actions[bot] commented 2 years ago

The preview packages of this pull request have been published. Click on the following packages for instructions on how to install them:

@frontside/eslint-config --- Install using the following command: ```bash $ npm install @frontside/eslint-config@update-eslint ``` Or update your package.json file: ```bash { "@frontside/eslint-config": "update-eslint" } ``` ---
eslint-plugin-prefer-let --- Install using the following command: ```bash $ npm install eslint-plugin-prefer-let@update-eslint ``` Or update your package.json file: ```bash { "eslint-plugin-prefer-let": "update-eslint" } ``` ---
@frontside/typescript --- Install using the following command: ```bash $ npm install @frontside/typescript@update-eslint ``` Or update your package.json file: ```bash { "@frontside/typescript": "update-eslint" } ``` ---

Generated by :no_entry_sign: dangerJS against 2fd3c42f06fcc3b32e1d24d155fe625e19e53b0a

wKich commented 2 years ago

@dagda1 thanks ❤️