1 Star 0 Fork 173

pengwhi/douyin

forked from zyronon/douyin 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.eslintrc.cjs 451 Bytes
Copy Edit Raw Blame History
zyronon authored 2024-04-06 02:35 . feat: add typescript support
/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution');
module.exports = {
root: true,
'extends': [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier/skip-formatting'
],
parserOptions: {
ecmaVersion: 'latest'
},
rules: {
'vue/multi-word-component-names': 0
},
'ignorePatterns': ['vite.config.ts', 'mobile-select.js']
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pengwhi/douyin.git
git@gitee.com:pengwhi/douyin.git
pengwhi
douyin
douyin
master

Search