@alza54/eslint-config-javascript
v0.6.1
Published
Shareable Javascript configuration for ESLint that I use for my projects
Downloads
57
Maintainers
Readme
@alza54/eslint-config-javascript
Shareable configuration for eslint
.
The main idea of this configuration is to:
- Be opinionated
- Be strict about syntax and secure by default
- Enforce best-practices
- Be nice for developer and pleasant to work with.
The goal of this project is to be nicer version of wemake-frontend-styleguide
.
Warning: this configuration has a very personal character.
Installation
npm install --save-dev @alza54/eslint-config-javascript
or yarn
yarn add -D @alza54/eslint-config-javascript
Then, modify your eslint
configuration:
{
"extends": [
"@alza54/javascript"
]
}
Done! Later you can modify your configuration to include any extra rules you need.
Standard.js differences
This configuration has some differences with Standard.js code style. The most important difference is use of semicolons.
License
MIT.