0.1.5 • Published 5 years ago

eslint-config-callstats v0.1.5

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

eslint-config-callstats

ESLint shareable config for development at CALLSTATS I/O Oy.

Install

Install with the following command:

yarn add eslint-config-callstats --dev

You will also need babel-eslint installed to make use of latest ES features:

yarn add babel-eslint@^10.0.1 --dev

Then, you should create .eslintrc file in your project directory with the following content:

{
  "parser": "babel-eslint",
  "extends": [
    "callstats"
  ]
}

Depending on the IDE you use you might have to do some few additional steps.

Requirements

Node: >=8.10

Contributing

If you find a code style rule that you would like to improve or delete, then please feel free to create a PR. Also, make sure your PR increases patch version in package.json.

Remarks

This ESLint config was created basing on eslint-config-standard that is licensed under MIT license.

License

MIT