mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 07:35:48 +01:00
* 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>
8 lines
158 B
JSON
8 lines
158 B
JSON
{
|
|
"extends": "tslint:recommended",
|
|
"rules": {
|
|
"quotemark": [true, "single"],
|
|
"no-console": false,
|
|
"one-variable-per-declaration": false
|
|
}
|
|
}
|