1 Star 0 Fork 2

小齐同学/tiny-charts

forked from OpenTiny/tiny-charts 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
eslint.config.js 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
Kagol 提交于 2024-07-02 10:24 . feat: add new chart components
const antfu = require('@antfu/eslint-config').default;
module.exports = antfu(
{
ignores: [
// 忽略的路径/文件
'node_modules/*',
'dist/*',
'build/*',
'.cloudbuild/*',
'.codecheck/*',
'.vscode/*',
'deployment/*',
'test/*',
'website/*',
],
},
{
rules: {
'import/order': 'off',
'vue/quote-props': 'off',
'vue/attributes-order': 'off',
'vue/html-self-closing': 'off',
'vue/comma-dangle': 'off',
'vue/prefer-template': 'off',
'vue/no-unused-refs': 'off',
'vue/require-component-is': 'off',
'vue/singleline-html-element-content-newline': 'off',
'vue/component-name-in-template-casing': 'off',
'vue/component-options-name-casing': 'off',
'vue/block-order': ['error', {
'order': ['template', 'script', 'style']
}],
'style/comma-dangle': 'off',
'style/arrow-parens': 'off',
'style/quote-props': 'off',
'style/multiline-ternary': 'off',
'antfu/if-newline': 'off',
'antfu/top-level-function': 'off',
'curly': 'off',
'style/semi': ['error', 'always'],
'sort-imports': 'off',
'prefer-template': 'off',
'prefer-const': 'off',
'jsonc/quote-props': 'off',
'jsonc/comma-dangle': 'off'
},
},
);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leqixiaozi/tiny-charts.git
git@gitee.com:leqixiaozi/tiny-charts.git
leqixiaozi
tiny-charts
tiny-charts
dev

搜索帮助