Awesome
wemake-frontend-styleguide
Set of tools that we use to make our frontend awesome!
Packages
We develop all our tools inside a single repository to make the process easier.
This repository includes several eslint
configurations:
@wemake-services/eslint-config-javascript
is the strictesteslint
configuration forjavascript
@wemake-services/eslint-config-typescript
is the strictesteslint
configuration fortypescript
@wemake-services/eslint-config-vue
to write consistent and correctvue
single file components@wemake-services/eslint-config-jest
to write consistentjest
tests@wemake-services/eslint-config-jsdoc
to write beautifuljsdoc
comments
And stylelint
configurations:
@wemake-services/stylelint-config-scss
which is the stricteststylelint
configuration forscss
Show your style
If you use our linter - it means that your code is awesome.
You can be proud of it!
And you should share your accomplishment
with others by including a badge to your README
file.
It looks like this:
Markdown
[![wemake-frontend-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-frontend-styleguide)
License
MIT