eslint-config-dv-scripts

1.1.1 • Public • Published

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"
  },

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-dv-scripts

Weekly Downloads

408

Version

1.1.1

License

MIT

Unpacked Size

2.58 kB

Total Files

4

Last publish

Collaborators

  • dylanvann