editor.js/tslint.json
Peter Savchenko cba999a77d
Inline Toolbar moving (#258)
* Inline Toolbar moving

* simplify code

* Check is need to show Inline Toolbar

* remove duplicate from doc

* fix doc

* open/close IT

* Close IT by clicks on Redactor

* @guryn going strange

Co-Authored-By: Taly <vitalik7tv@yandex.ru>
2018-06-13 14:42:21 +03:00

8 lines
158 B
JSON

{
"extends": "tslint:recommended",
"rules": {
"quotemark": [true, "single"],
"no-console": false,
"one-variable-per-declaration": false
}
}