Skip to content

masterasp/eslint-config-masterasp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

What

This module contains globally acclaimed rules and standards that enforce better code quality, diminish errors and prevent bugs.

It takes inspiration from:

This module is ready to work with the following environments out of the box:

  • ECMA6
  • node
  • mocha

And it contains the following rules:

  • eslint:recommended
  • no-useless-concat
  • prefer-template
  • no-template-curly-in-string
  • no-extra-parens
  • strict
  • no-iterator
  • no-with
  • no-trailing-spaces
  • eqeqeq
  • indent: 4,
  • linebreak-style
  • quotes: "double"
  • semi
  • no-console
  • no-var
  • prefer-const

Works for eslint versions >= 4.

How

To use it do:

npm install eslint -D

And after that:

npm install eslint--config-masterasp -D

Ready to go !

About

Lint rules that masterASP adheres to.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published