@yproximite/eslint-config-yprox v1.3.18
eslint-config-yprox
ESLint configuration for our Yprox CMS apps
Features
- Include AirBnb standard
- Include Prettier (optional)
- Include Vue ESLint plugin
- Include @yproximite/eslint-config-base
- Configure indendation to 2 spaces
- Configure max length line to 180 chars
- Configure semicolon (always use
;
, it's more safe) - Disable rule
no-param-reassign
forprops
- Disable rule
func-names
- Disable rule
import/prefer-default-export
Installation
$ yarn add --dev @yproximite/eslint-config-yprox eslint@^6 babel-eslint@^10.0.0
Usage
Edit your ESLint configuration file with:
{
"extends": ["@yproximite/yprox"]
}
or with Prettier support:
{
"extends": ["@yproximite/yprox/prettier"]
}
Note: you should install Prettier yourself with yarn add --dev prettier@^1.15.0
How to contribute
You need to install some dependencies first:
$ yarn
Contribution
- Make a pull request, its title should follows Angular commit message convention
- You should Squash and Merge your pull request
Publishing a new release
This is automatically done by Travis and semantic-release when you merge a pull request.
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago