1.3.1 • Published 3 months ago

@aurodesignsystem/eslint-config v1.3.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

Auro Eslint Setup

auro-eslint-config is a pre-configured set of code style rules for the purpose of maintaining code quality and consistency between projects.

Install

Build Status See it on NPM! License

$ npm i @aurodesignsystem/eslint-config

Installing as a direct, dev or peer dependency is up to the user installing the package. If you are unsure as to what type of dependency you should use, consider reading this stack overflow answer.

Add .eslintrc file

At the root of your project, create a .eslintrc file with the following code:

{
  "extends": [
    "@aurodesignsystem/eslint-config"
  ]
}

Development

In order to develop against this project, if you are not part of the core team, you will be required to fork the project prior to submitting a pull request.

Please be sure to review the contribution guidelines for this project. Please make sure to pay special attention to the conventional commits section of the document.