editor.js/tslint.json
Peter Savchenko c6656770e5
Link Inline Tool (#264)
* Link Inline Tool

* api injected

* text improved

* Clear input on the reselection

* little improvements
2018-06-25 13:46:53 +03:00

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