An open API service indexing awesome lists of open source software.

https://github.com/rambler-digital-solutions/rambler-configs

Rambler team configurations for linters, formatters and tools
https://github.com/rambler-digital-solutions/rambler-configs

code-quality code-style config eslint eslint-config licenselint prettier semantic-release shareable-configs stylelint typedoc typescript

Last synced: about 1 month ago
JSON representation

Rambler team configurations for linters, formatters and tools

Awesome Lists containing this project

README

        

# Rambler Configs

Rambler team configurations for linters, formatters and tools

## Tools

* [CommitLint](packages/commitlint-config)
* [ESLint](packages/eslint-config)
* [License Lint](packages/licenselint-config)
* [Prettier](packages/prettier-config)
* [Renovate Bot](packages/renovate-config)
* [Semantic Release](packages/semantic-release-config)
* [StyleLint](packages/stylelint-config)
* [TypeScript](packages/ts-config)
* [TypeDoc](packages/typedoc-config)

## Contributing

### Dev environment

#### Start

To start development you need install `yarn` and deps:

```sh
yarn install
```

#### Code quality

To run linting the codebase:

```sh
yarn lint
```

To check licenses:

```sh
yarn licenselint
```

### Publish

To bump version of changed packages and generate changelog run:

```sh
yarn release
```

## License

MIT