rocicorp / eslint-config

shared eslint configuration for rocicorp projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shared eslint config for Rocicorp Projects

The package includes all the dependencies to have a working eslint setup that works with the configuration. Adopting projects will only need to install @rocicorp/eslint-config.

Install

$ npm install @rocicorp/eslint-config --save-dev

Usage

** Make sure you have a tsconfig.json and .eslintignore in your project **

Add this to the package.json:

{
  "eslintConfig": {
    "extends": "@rocicorp/eslint-config"
  }
}

About

shared eslint configuration for rocicorp projects

License:Other


Languages

Language:JavaScript 100.0%