1 Star 0 Fork 3

nijiamin/vue-fabric-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
秦少卫 提交于 2023-02-26 20:38 . feat(logo): 跳转到githu项目
/*
* @Author: 秦少卫
* @Date: 2022-09-03 19:22:16
* @LastEditors: 秦少卫
* @LastEditTime: 2023-02-26 20:32:50
* @Description: file content
*/
module.exports = {
root: true,
env: {
node: true,
},
extends: ['plugin:vue/essential', '@vue/airbnb', 'plugin:prettier/recommended'],
parserOptions: {
parser: '@babel/eslint-parser',
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-plusplus': 'off',
'vuejs-accessibility/form-control-has-label': 'off',
'consistent-return': 'off', // 强制统一返回值
'no-param-reassign': 'off', // 参数重新分配
'no-underscore-dangle': 'off', // 使用下划线命名
'comma-spacing': 'off',
'vuejs-accessibility/click-events-have-key-events': 'off',
'max-len': 'off',
'no-unused-expressions': 'off', // 17
'linebreak-style': 'off',
'vuejs-accessibility/anchor-has-content': 'off',
},
overrides: [
{
files: ['**/__tests__/*.{j,t}s?(x)', '**/tests/unit/**/*.spec.{j,t}s?(x)'],
env: {
jest: true,
},
},
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/nijiamin1006/vue-fabric-editor.git
git@gitee.com:nijiamin1006/vue-fabric-editor.git
nijiamin1006
vue-fabric-editor
vue-fabric-editor
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385