https://github.com/immoweltgroup/styleguide-javascript
Styleguide related configuration files (.editorconfig, .prettierrc) for javascript related projects.
https://github.com/immoweltgroup/styleguide-javascript
configuration dotfiles editorconfig prettier
Last synced: about 1 year ago
JSON representation
Styleguide related configuration files (.editorconfig, .prettierrc) for javascript related projects.
- Host: GitHub
- URL: https://github.com/immoweltgroup/styleguide-javascript
- Owner: ImmoweltGroup
- License: mit
- Created: 2017-09-06T11:19:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T08:34:32.000Z (about 4 years ago)
- Last Synced: 2025-04-19T07:10:56.151Z (about 1 year ago)
- Topics: configuration, dotfiles, editorconfig, prettier
- Language: JavaScript
- Homepage:
- Size: 340 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @immowelt/styleguide-javascript
[](https://stackshare.io/immowelt-group/)
[](https://travis-ci.org/ImmoweltGroup/styleguide-javascript)
[](https://david-dm.org/ImmoweltGroup/styleguide-javascript)
[](https://david-dm.org/ImmoweltGroup/styleguide-javascript#info=devDependencies&view=table)
[](https://renovateapp.com/)
[](https://github.com/semantic-release/semantic-release)
> Styleguide related configuration files(`.editorconfig`, `.prettierrc`) for javascript related projects.
## Usage
If you want to use the `@immowelt/styleguide-javascript`, you can install it by executing:
```bash
npm i -D @immowelt/styleguide-javascript
```
This will automatically setup symlinks to the `.editorconfig` and `.prettierrc` in your project root and add them to your `.gitignore` if possible.
## Styleguide
We use [prettier](https://github.com/prettier/prettier) as a code style since it is easy to automatically keep a consistent style in projects.
You might also be interested in our ESLint config presets:
* [eslint-config-immowelt-react](https://github.com/ImmoweltGroup/eslint-config-immowelt-react)
## IDE configurations
You will find example configuration guides in the [docs](https://github.com/ImmoweltGroup/styleguide-javascript/tree/master/docs) folder.
## Contributing
See the `CONTRIBUTING.md` file at the root of the repository.
## Licensing
See the `LICENSE` file at the root of the repository.