mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2025-04-18 14:24:11 +03:00
no message
This commit is contained in:
parent
790c19e2e9
commit
c912925967
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user