eslint-config-glazed

0.0.7 • Public • Published

eslint-config-glazed

Slack Status MIT License Standard JS Style Unicorn Approved

This is an opinionated ESLint configuration for Glazed. It was inspired by @earnest/eslint-config-es7, but we wanted to make it further opinionated.

It supports ES6, ES7, Babel, and some other opinionated rules! It's amazing 💥!

Install

First add the configuration to your package.json file:

npm i --save-dev eslint-config-glazed

Then create a new file called .eslintrc, and its contents should be:

{
  "extends": "glazed"
}

That's it! Of course you will need to know how to use ESLint from here.

If you need to write tests using mocha, you can extend the mocha configuration:

{
  "extends": "glazed/mocha"
}

This adds support for mocha environment, and also rules that support expect.

License

MIT License

Package Sidebar

Install

npm i eslint-config-glazed

Weekly Downloads

3

Version

0.0.7

License

MIT

Last publish

Collaborators

  • niftylettuce
  • titanism