3.0.0 • Published 7 years ago

neutrino-preset-eslint-google v3.0.0

Weekly downloads
9
License
GPL-3.0
Repository
github
Last release
7 years ago

Neutrino preset with ESLint Google configuration

NPM version NPM downloads Join Slack

neutrino-preset-eslint-google is a Neutrino preset that supports linting JavaScript projects with Google's base ESLint config, following the Google styleguide.

Documentation

Install this preset to your development dependencies, then set it in .neutrinorc.js:

  module.exports = {
    use: [
      "neutrino-preset-eslint-google",
      "neutrino-preset-web",
    ],
    ...
  };

The preset will enable eslint:recommended rules by default. To disable them, set the recommended option to false:

  module.exports = {
    use: [
      ["neutrino-preset-eslint-google", {recommended: false}],
      "neutrino-preset-web",
    ],
    ...
  };
4.0.0-rc.1

7 years ago

3.0.0

7 years ago

3.0.0-rc.1

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago