4.0.0 • Published 5 months ago
@zajno/eslint-config v4.0.0
Zajno ESLint config
Used as base ESLint config for all Zajno projects.
See the config for more details.
Requires eslint@^9
.
Usage with flat eslint config:
import zajno from '@zajno/eslint-config';
export default [
...zajno,
{
/* your settings */
},
];