8 Star 73 Fork 8

zaaack / vscode-markdown-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 508 Bytes
一键复制 编辑 原始数据 按行查看 历史
zaaack 提交于 2021-04-13 17:28 . chore: enable lint
/**@type {import('eslint').Linter.Config} */
// eslint-disable-next-line no-undef
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
plugins: [
'@typescript-eslint',
],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
],
rules: {
'semi': [0, "always"],
'@typescript-eslint/no-unused-vars': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/explicit-module-boundary-types': 0,
'@typescript-eslint/no-non-null-assertion': 0,
}
};
TypeScript
1
https://gitee.com/zane_young/vscode-markdown-editor.git
git@gitee.com:zane_young/vscode-markdown-editor.git
zane_young
vscode-markdown-editor
vscode-markdown-editor
master

搜索帮助