This package is a set of guidelines for linters and editors.
What it includes:
- .babelrc
- .editorconfig
- .eslintrc
- .php_cs
- .prettierrc
- .stylelintrc
- tsconfig.json
It will install the needed dependencies. (airbnb-base, prettier, eslint, etc)
You can install the package via yarn:
$ yarn add oddsrc-guidelines
$ yarn global add oddsrc-guidelines
The package should register a binary either locally or globally. Adjust the following commands to your needs.
To list all available commands:
$ guidelines --help
The package uses yarn
by default to install packages (if it exists in the system). In case you have both yarn
and npm
installed but wish to use npm
, pass the flag --npm
.
The MIT License (MIT). Please see License File for more information.