@norvento/eslint-config
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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.mjs file with the following contents:
    import { defineConfig } from "eslint/config";
    import norventoConfig from "@norvento/eslint-config";
    
    export default defineConfig([
        {
            extends: [norventoConfig.default]
        },
    ]);
    

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i @norvento/eslint-config

    Weekly Downloads

    23

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    7.35 kB

    Total Files

    6

    Last publish

    Collaborators

    • norvento.ds
    • jmouriz_norvento
    • dcastro_norvento
    • yadrio_norvento
    • sorozco_norvento