Skip to content

lottojs/eslint-config

Repository files navigation

Contributors Forks Stargazers Issues MIT License NPM


Logo

@lottojs/eslint-config

Simple eslint configuration library.

Report Bug · Request Feature

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.

(back to top)