0.2.1 • Published 8 months ago

@lottojs/eslint-config v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Contributors Forks Stargazers Issues MIT License NPM

About The Project

Basic eslint configuration package with common settings in order to help as a base pattern to all LottoJS projects but nothing excludes it to be also used by the community..

Documentation

Complete API documentation is available at lottojs.tech.

Getting Started

Installation

 npm i -D eslint @lottojs/eslint-config

Usage

Create a .eslintrc.json file at the root of your project.

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

Contributing

All forms of contributions are more than welcome! You can contribute in the following ways:

  • Create an Issue
  • Create a Pull Request
  • Create third-party middlewares
  • Share with your friends
  • Make your application with Lotto.

For more details, see Contribution Guide.

License

Distributed under the MIT License. See LICENSE for more information.