@vizapp-france/eslint-config

2.2.4 • Public • Published

@vizapp-france/eslint-config

Installation

Install the package

npm i -D @vizapp-france/eslint-config

Setup

  1. Create the following file .eslintrc.js

    JavaScript

    module.exports = require('@vizapp-france/eslint-config');

    TypeScript

    module.exports = require('@vizapp-france/eslint-config/typescript');
  2. Add the following to scripts in package.json

    "lint:js": "eslint ."
    

Running

npm run lint:js

Related repos

Dependencies (9)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @vizapp-france/eslint-config

    Weekly Downloads

    1

    Version

    2.2.4

    License

    none

    Unpacked Size

    5.08 kB

    Total Files

    5

    Last publish

    Collaborators

    • pnxdxt