neutrino-preset-standard

5.8.0 • Public • Published

Neutrino Standard JS Preset

neutrino-preset-standard is a Neutrino preset that supports linting JavaScript projects with Standard's base ESLint config, following the JavaScript Standard Style.

Documentation

This is a clone of the Neutrino Airbnb Preset. Their documentation should still apply.

Install this package as a dev dependency.

yarn add --dev neutrino-preset-standard

In your package.json you should add this package to your presets.

{
  "config": {
    "presets": [
      "neutrino-preset-standard"
    ]
  },
  "scripts": {
    "start": "neutrino start",
    "build": "neutrino build"
  }
}

Package Sidebar

Install

npm i neutrino-preset-standard

Weekly Downloads

0

Version

5.8.0

License

MPL-2.0

Last publish

Collaborators

  • heygrady