web3.js icon indicating copy to clipboard operation
web3.js copied to clipboard

Update `eslint` libraries to the latest

Open Muhammad-Altabba opened this issue 1 year ago • 1 comments
trafficstars

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 avatar Nov 21 '24 06:11 Muhammad-Altabba