A collection of base configs for code quality and linting tools. Heavily based on
@demartini/base-configs
This Monorepo provides a collection of shareable configurations for building, linting, testing, formatting, and releasing tools to make configurations consistent across projects and provide an easy configuration mechanism.
Check the README
of each package in the packages
directory for specific usage instructions.
All of the linting rules can be installed by running the following command:
npm i -D @ivuorinen/base-configs
Package | Version |
---|---|
@ivuorinen/base-configs |
You can find the meta package in packages/base-configs.
Show the world that you are using ivuorinen's code style in your project by including the badge in your readme.
[![ivuorinen's Code Style](https://img.shields.io/badge/code_style-ivuorinen%E2%80%99s-663399.svg?labelColor=292a44&style=flat-square)](https://github.com/ivuorinen/base-configs)
If you are interested in helping contribute, please take a look at our contribution guidelines and open an issue or pull request.
See CHANGELOG for a human-readable history of changes in each package own folder.
Distributed under the MIT License. See LICENSE for more information.