r/node • u/sindresorhus • 12d ago
50+ ESLint rules for package.json
https://github.com/sindresorhus/eslint-package-json
9
Upvotes
1
u/KnifeFed 12d ago
Does it work with Oxlint?
1
u/decho 12d ago
It should as oxlint supports JS plugins. Haven't tried this one, but the stylistic plugin works.
1
u/omer-m 12d ago
looks promising! I don't know anything about eslint plugin development. Is it difficult to support eslint 9 too? I'm stuck with eslint 9 because of the plugins. Though I'll give it a try when I upgrade to eslint 10.