Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Update eslint config to ignore comment length
Browse files Browse the repository at this point in the history
  • Loading branch information
bendvc committed Jul 21, 2020
1 parent 223d660 commit e78122a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ rules:
camelcase: off
no-prototype-builtins: 0
no-useless-constructor: off
max-len:
- error
- 200
- ignoreComments: true
parser: babel-eslint

0 comments on commit e78122a

Please sign in to comment.