0.1.1 • Published 4 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-domix
If you already have eslint
and prettier
installed in your project, just run this command to install the config:
npm install --save eslint-config-domix
Usage
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.eslintrc
config that hasroot
set totrue
.
domix
domix/react
domix/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.