@zetavg/eslint-config
v0.0.7
Published
Shared ESLint configuration.
Readme
ESLint Config
Shared ESLint configuration.
Install
pnpm add --save-dev @zetavg/eslint-config eslint prettieryarn add --dev @zetavg/eslint-config eslint prettierThen, add the following to your eslint.config.mjs (or eslint.config.js):
import { defineConfig } from 'eslint/config';
import config from '@zetavg/eslint-config';
export default defineConfig([config]);