@wildpeaks/eslint-config-legacy

15.7.0 • Public • Published

ESLint Config: Legacy

Github Release

Settings for ES5 Javascript projects without modules.

This is best suited for scripts running in older browsers.


Quickstart

Install the config:

npm install @wildpeaks/eslint-config-legacy --save-dev

Reference it in your package.json:

{
  "eslintConfig": {
    "extends": "@wildpeaks/eslint-config-legacy"
  }
}

or in .eslintrc.json:

{
  "extends": "@wildpeaks/eslint-config-legacy"
}

Prettier

This configuration is compatible with @wildpeaks/prettier-config.

/@wildpeaks/eslint-config-legacy/

    Package Sidebar

    Install

    npm i @wildpeaks/eslint-config-legacy

    Weekly Downloads

    0

    Version

    15.7.0

    License

    MIT

    Unpacked Size

    7.45 kB

    Total Files

    3

    Last publish

    Collaborators

    • cecilemuller