Skip to content

alexguevara/eslint-config-wemake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-wemake

wemake.services Build Status

Shareable configuration for eslint.

JavaScript Style Guide - Standard Style

The main idea of this configuration is to be:

  1. Highly opinionated (!)
  2. Strict about syntax and secure by default
  3. Enforces best-practices

The ultimate goal of this project is to become the strictest config available.

Installation

npm install --save-dev eslint-config-wemake

Then, modify your eslint configuration:

{
  "extends": [
    "wemake"
  ]
}

Done! Later you can modify your configuration to include any extra rules you need.

License

MIT.

About

Shareable configuration for Eslint that we use in wemake.services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%