eslint-preset-common

0.0.0-1 • Public • Published

babel-preset-common

Babel preset based on @babel/preset-env

How to use

  "babel": {
    "presets": [
      [
        "common",
        {
          "modules": "commonjs"
        }
      ]
    ],
    "comments": false,
    "minified": true
  }
  "babel": {
    "presets": [
      [
        "common",
        {
          "targets": ['last 2 versions']
        }
      ]
    ]
  }
  "babel": {
    "presets": [
      [
        "common",
        {
          "targets": {
            "node": "6"
          }
        }
      ]
    ]
  }

Readme

Keywords

Package Sidebar

Install

npm i eslint-preset-common

Weekly Downloads

1

Version

0.0.0-1

License

MIT

Unpacked Size

5.63 kB

Total Files

3

Last publish

Collaborators

  • npm