A set of documents and npm packages to impose Chotot's coding styles and standards.
Currently:
- JavaScript style guide
- Editors' baseline set-up, currently:
- Visual Studio Code
- Sublime Text 3
- Dot files: a set of project's environment configs
- Git work flow:
- Commit message conventions following conventionalcommits.org
- Git work flow: [TBD]
pnpm add --dev @chotot/eslint-config-next@latest
Create a .eslintrc
at root of project with following content:
{
"extends": "@chotot/next"
}
© 2020-2023 - Chotot.vn
Code is licensed under MIT license. Document is licensed under Creative Commons Attribution-ShareAlike 4.0 International License.