mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 07:35:48 +01:00
* Link Inline Tool * api injected * text improved * Clear input on the reselection * little improvements
9 lines
197 B
JSON
9 lines
197 B
JSON
{
|
|
"extends": "tslint:recommended",
|
|
"rules": {
|
|
"quotemark": [true, "single"],
|
|
"no-console": false,
|
|
"one-variable-per-declaration": false,
|
|
"object-literal-sort-keys": false
|
|
}
|
|
}
|