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

Package detail

eslint-config-dv-scripts

dylanvann3.9kMIT1.1.1

ESLint config for dv-scripts.

readme

eslint-config-dv-scripts

npm

ESLint config for use with dv-scripts.

Why is this a separate package?

We want consumers of our ESLint config to be able to use in package.json:

  "eslintConfig": {
    "extends": "dv-scripts"
  },

Having this in their package.json file will make IDE's use the correct config.

Because of how ESLint resolves config files (some magic involving the name) this means we must create this package named eslint-config-dv-scripts.

If instead ESLint used normal Node resolution we could use:

  "eslintConfig": {
    "extends": "dv-scripts/eslint-config"
  },

changelog

eslint-config-dv-scripts 1.1.1 (2020-07-16)

1.0.3 (2020-06-01)