1.0.8 • Published 6 years ago
@yproximite/eslint-config-base v1.0.8
eslint-config-base
ESLint base configuration for our projects.
Features
- Configure ESLint environments to
browserandes6 - Configure ESLint to parse JavaScript code as ES6 code
- Configure indentation to 2 spaces
Installation
$ yarn add --dev @yproximite/eslint-config-base eslint^5.8.0 babel-eslint@^10.0.0Usage
Edit your ESLint configuration file with:
{
"extends": ["@yproximite/base"]
}Development workflow
You need to install some dependencies first:
$ yarnContribution
- 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.