Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eslint libraries to the latest #7402

Open
Muhammad-Altabba opened this issue Nov 21, 2024 · 1 comment
Open

Update eslint libraries to the latest #7402

Muhammad-Altabba opened this issue Nov 21, 2024 · 1 comment
Labels
4.x 4.0 related Discussion Maintenance Maintenance such as CI or linter changes

Comments

@Muhammad-Altabba
Copy link
Contributor

Some of the eslint libraries are bit old.
The eslint libraris are dev dependencies:


		"@typescript-eslint/eslint-plugin": "^5.30.7",
		"@typescript-eslint/parser": "^5.30.7",
                ...
		"eslint": "^8.20.0",
		"eslint-config-base-web3": "0.1.0",
		"eslint-config-prettier": "^8.5.0",
		"eslint-plugin-import": "^2.26.0",

The update requires to change the code for the chganged rules in many places. It also needs to update the way the configuration is given to eslint and remove the depricated configs.

@Muhammad-Altabba Muhammad-Altabba added 4.x 4.0 related Maintenance Maintenance such as CI or linter changes Discussion labels Nov 21, 2024
@krzysu
Copy link
Contributor

krzysu commented Nov 22, 2024

interesting alternative to eslint and prettier https://biomejs.dev/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x 4.0 related Discussion Maintenance Maintenance such as CI or linter changes
Projects
None yet
Development

No branches or pull requests

2 participants