1 Star 0 Fork 6

861692276/editor-js

forked from 刘钧/editor-js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tslint.json 716 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mihir Rane 提交于 2020-11-22 02:01 +08:00 . Basic initialisation test for Editor.js (#1410)
{
"extends": "tslint:recommended",
"linterOptions": {
"exclude": [
"node_modules"
]
},
"rules": {
"indent": [true, "spaces", 2],
"interface-name": false,
"quotemark": [true, "single"],
"no-console": false,
"no-empty-interface": false,
"one-variable-per-declaration": false,
"object-literal-sort-keys": false,
"ordered-imports": [true, {
"import-sources-order": "any",
"named-imports-order": "case-insensitive"
}],
"no-string-literal": false,
"no-empty": false,
"no-namespace": false,
"variable-name": [true, "allow-leading-underscore", "allow-pascal-case"],
"no-reference": false
},
"globals": {
"require": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/webstuff/editor-js.git
git@gitee.com:webstuff/editor-js.git
webstuff
editor-js
editor-js
master

搜索帮助