2.2.4 • Published 3 years ago

@vizapp-france/eslint-config v2.2.4

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

@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