23 Star 459 Fork 113

coderlei / markdown2pdf

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.eslintrc.json 955 Bytes
Copy Edit Raw Blame History
{
"env": {
"browser": true,
"es2021": true,
"node": true,
"vue/setup-compiler-macros": true
},
"extends": [
"eslint:recommended",
"plugin:vue/vue3-essential",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended"
],
"parser": "vue-eslint-parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
"parser": "@typescript-eslint/parser",
"ecmaFeatures": {
"jsx": true
}
},
"plugins": ["vue", "@typescript-eslint"],
"rules": {
"prettier/prettier": "error",
"vue/no-v-html": "off",
"vue/max-attributes-per-line": "off",
"vue/multi-word-component-names": "off",
"vue/no-multiple-template-root": "off",
"vue/component-definition-name-casing": ["warn", "kebab-case"],
"no-debugger": "off",
"no-console": "off",
"@typescript-eslint/no-explicit-any": ["off"]
},
"globals": {
"defineOptions": "writable"
}
}
TypeScript
1
https://gitee.com/codeleilei/markdown2pdf.git
git@gitee.com:codeleilei/markdown2pdf.git
codeleilei
markdown2pdf
markdown2pdf
master

Search