Skip to content

Upgrade tslint to eslint #42

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ItsNickBarry
Copy link
Contributor

closes #24

This is an incomplete draft because I am not familiar with eslint configuration. For now, the code in this branch is a placeholder required by the HH3 migration branch I'm working on. Without it, there are some issues with dependency versions.

@ItsNickBarry ItsNickBarry mentioned this pull request Apr 16, 2025
3 tasks
@@ -14,8 +14,8 @@
"hardhat-plugin"
],
"scripts": {
"lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json",
"lint": "tslint --config tslint.json --project tsconfig.json",
"lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && eslint --fix --config eslint.config.js --ext tsconfig.json",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't prettier called automatically by the prettier plugin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use ESLint instead of TSLint
1 participant