Commit 8361d4e2 authored by Alexander Trofimov's avatar Alexander Trofimov Committed by GitHub

Merge pull request #202 from ONLYOFFICE/feature/update-eslintrc

no message
parents 790c19e2 c9129259
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment