@zajno/eslint-config
v4.0.1
Published
Used as base ESLint config for all Zajno projects.
Downloads
145
Readme
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 */
},
];