0.1.1 • Published 5 years ago
eslint-config-domix v0.1.1
eslint-config-domix
Core coding standards for @Domix-CO projects.
Installation
You'll need to install ESLint and Prettier into your project. Use this shortcut to install them alongside the config (if using npm 5+):
npx install-peerdeps --dev eslint-config-domixIf you already have eslint and prettier installed in your project, just run this command to install the config:
npm install --save eslint-config-domixUsage
Create a .eslintrc file with the following contents:
{
"extends": [
"domix"
]
}Configs
Note:
domix/*subconfigs must be loaded alongsidedomix, or at least take advantage of a root.eslintrcconfig that hasrootset totrue.
domixdomix/reactdomix/typescript
Contributing
To assist in cleaner commit logs and a better changelog, all commit messages must be formatted against the https://commitlint.js.org/ standards.
See @commitlint/config-conventional for some more information.