eslint-config-videoamp

6.0.0 • Public • Published

eslint-config-videoamp

npm version

This package uses ESLint to enforce VideoAmp's code style and provides a shared base configuration for our Typescript projects.

Install

yarn

yarn add eslint-config-videoamp eslint --dev

Usage

Create a .eslintrc file in base of your project:

For Node Projects

{
    extends: 'videoamp'
}

For React Projects

{
    extends: 'videoamp/react'
}

Enabling Prettier

Add "prettier": "eslint-config-videoamp/prettier.config" to your package.json.

Contributing

You can make sure this module lints with itself using yarn lint.

/eslint-config-videoamp/

    Package Sidebar

    Install

    npm i eslint-config-videoamp

    Weekly Downloads

    163

    Version

    6.0.0

    License

    Apache-2.0

    Unpacked Size

    15.1 kB

    Total Files

    11

    Last publish

    Collaborators

    • hectorsahagun
    • videoamp-webmaster
    • davidung
    • bvamp