An ESLint plugin for linting ESLint plugins
a few months passed, but we are still not able to transfer the original repo( we have not gotten response from @mysticatea 😢). I think it's time to make the new @eslint-community/eslint-plugin-node.
I have the following plans:
questions:
@eslint-community/eslint-plugin-node
? cc @MichaelDeBoeyI need to bring typescript-eslint into devDependencies to add some TypeScript tests no problem with this
👍 sgtm!
no worries, I've marked as "ready for review". :)
node v12 is EOL, but it's supported. so I suggest it can support node v17 too.
you can drop them in next major version.
Hi @aladdin-add,
I am a big fan of TypeScript & The Airbnb style guide. But currently create-config
doesn't support this option when choosing TS. I think eslint-config-airbnb-typescript would be a great fit for this.
What are your thoughts on this? If you agree that it would be a good option, I will implement it. Thank you!
As said in the readme, it has been supported via --config
. you can run npm init -- --config airbnb-typescript
.
no worries, thanks for the contributing! ❤️
yes, good to have. 👍
You can import a package itself by self-referencing it with the package name, instead of needing to use relative paths.
fix: Allow imports of self-referenced package (#74)
You can import a package itself by self-referencing it with the package name, instead of needing to use relative paths.
chore: upgrade eslint-doc-generator v1.4 (#76)
Allow imports of self-referenced package
You can import a package itself by self-referencing it with the package name, instead of needing to use relative paths.
chore: upgrade eslint-doc-generator v1.4 (#76)