eslint-config-jwalker
v12.1.0
Published
Shareable framework-agnostic ESLint config
Readme
eslint-config-jwalker
Shareable ESLint config
Install
npm i -D eslint-config-jwalkerUsage
import { common, typescript, node } from 'eslint-config-jwalker'
/** @type {import('eslint').Linter.Config[]} */
export default [
...common,
...node,
...typescript,
{
rules: {
// override?
'import-x/extensions': 'off',
},
},
]Presets + Custom Rules

