@josephmcg/eslint-config-next
v1.2.0
Published
> [!NOTE] > <https://github.com/eslint/eslint/issues/18093> > eslint flat config is not supported by all plugins, I will switch when I can
Downloads
324
Readme
eslint-config-next
[!NOTE]
https://github.com/eslint/eslint/issues/18093
eslint flat config is not supported by all plugins, I will switch when I can
pnpm i -D @josephmcg/eslint-config-next
// .eslintrc.cjs
/** @type {import("eslint").Linter.Config} */
module.exports = {
extends: '@josephmcg/eslint-config-next',
// additional config
}