Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@smcv/eslint-config-browser

semencov1MITdeprecated1.0.2

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

Shareable code style for new projects.

readme

ESLint Config

Shareable code style for new projects.

Install

npm install --save-dev @smcv/eslint-config-browser eslint

Usage

Add this config to package.json or other ESLint configs.

  "eslintConfig": {
    "extends": "@smcv/eslint-config-browser"
  }