Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
trofim24 committed Oct 20, 2017
1 parent 790c19e commit c912925
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ rules:
no-invalid-regexp: error
no-irregular-whitespace: error
no-obj-calls: error
no-unreachable: error
no-unsafe-negation: error

# Best Practices
# http://eslint.org/docs/rules/#best-practices
no-proto: error
no-redeclare: error
no-self-assign: error
no-unused-labels: error
no-useless-return: error

# Variables
# http://eslint.org/docs/rules/#variables
no-delete-var: error

# Stylistic Issues
# http://eslint.org/docs/rules/#stylistic-issues
Expand Down

0 comments on commit c912925

Please sign in to comment.