@norvento/eslint-config
v2.0.0
Published
Collection of eslint rules to be used in Norvento projects
Downloads
73
Keywords
Readme
Norvento eslint config
Collection of eslint rules to be used in Norvento projects
Usage
- Add the dependency to your project:
yarn add --dev @norvento/eslint-config - Create an
eslint.config.mjsfile with the following contents:import { defineConfig } from "eslint/config"; import norventoConfig from "@norvento/eslint-config"; export default defineConfig([ { extends: [norventoConfig.default] }, ]);
