Skip to content

andreineculau/eslint-plugin-max-len-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

max-len-2 (eslint plugin)

Ref: eslint/eslint#6910

Usually I have a soft-limit of 80 characters per line, and a hard-limit of 120 characters per line.

Since eslint rules cannot set the error level (warn/error) themselves, this copy of the built-in "max-len" rule (that comes with your own eslint installation), allows you to define soft and hard limits in your .eslintrc.yaml like this:

  max-len:
    - error
    - code: 120
      ignoreComments: true
      ignoreUrls: true
  max-len-2/max-len-2:
    - warn
    - code: 80
      ignoreComments: true
      ignoreUrls: true

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published