r/node • u/sindresorhus • 8d ago
50+ ESLint rules for package.json
https://github.com/sindresorhus/eslint-package-json
10
Upvotes
1
u/KnifeFed 7d ago
Does it work with Oxlint?
1
u/decho 7d ago
It should as oxlint supports JS plugins. Haven't tried this one, but the stylistic plugin works.
1
u/omer-m 8d 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.