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

https://github.com/freaktechnik/eslint-configs

eslint configurations freaktechnik likes
https://github.com/freaktechnik/eslint-configs

eslint eslint-config eslintconfig

Last synced: over 1 year ago
JSON representation

eslint configurations freaktechnik likes

Awesome Lists containing this project

README

          

# eslint-configs

Basic configurations freaktechnik really likes. They are pretty opinionated and other people will probably find them disgusting.

Configurations are published under the @freaktechnik namespace.

## Configurations

- basic
- node
- test
- browser
- extension
- webpack
- babel
- react

## Bumping the version

To bump the version, use the following kind of command:

```sh
npm version --workspaces
git commit -am "version: Bump workspaces "
npm version
```
The CI will then publish all the individual packages.