1
0
mirror of https://github.com/ONLYOFFICE/sdkjs.git synced 2025-04-18 14:24:11 +03:00

no message

This commit is contained in:
Alexander.Trofimov 2017-10-20 18:10:03 +03:00
parent 790c19e2e9
commit c912925967

View File

@ -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