1 Star 0 Fork 7

石军/FFBox

forked from 滔滔清风/FFBox 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.cjs 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
/* eslint-disable */
// require('@rushstack/eslint-patch/modern-module-resolution');
module.exports = {
root: true,
env: {
browser: true,
commonjs: true,
es6: true,
node: true,
// 'vue/setup-compiler-macros': true,
},
extends: [
// 'plugin:vue/vue3-recommended',
// 'eslint:recommended',
// '@vue/eslint-config-typescript/recommended',
// '@vue/eslint-config-prettier',
],
rules: {
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/explicit-function-return-type': 'warn',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-empty-function': ['warn', { allow: ['arrowFunctions'] }],
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-var-requires': 'off',
'vue/require-default-prop': 'off',
'vue/multi-word-component-names': 'off',
'indent': ['warn', 'tab', { 'SwitchCase': 1 }],
'no-irregular-whitespace': 'off',
'no-empty': 'off',
'no-constant-condition': 'off',
},
overrides: [
{
files: ['*.js'],
rules: {
'@typescript-eslint/explicit-function-return-type': 'off',
},
},
],
// plugins: ["react", "react-hooks"],
parser: 'babel-eslint', // 支持 jsx 识别
parserOptions: {
sourceType: "module", // 解决 Parsing error: 'import' and 'export' may appear only with 'sourceType'
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/andyssi/FFBox.git
git@gitee.com:andyssi/FFBox.git
andyssi
FFBox
FFBox
4.0+

搜索帮助

0d507c66 1850385 C8b1a773 1850385