1 Star 0 Fork 0

lihaorangood/jack_lee_blog_space

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
jackLee 提交于 2024-09-23 21:22 . feat: add the mysql support
{
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@typescript-eslint/no-explicit-any": 0, // 关闭不能声明 any 类型的警告
"@typescript-eslint/no-inferrable-types": 0, // 关闭可以自动类型推断时, 不用显式声明类型的错误
"@typescript-eslint/no-non-null-assertion": 0, // 关闭不能使用断言
"@typescript-eslint/no-shadow": 2, // 开启 TS 全局变量和局部变量同名的报错警告
"@typescript-eslint/explicit-module-boundary-types": 0, // 关闭 TS 必须书写函数返回值类型的警告
"@typescript-eslint/no-var-requires": 0, // 关闭无返回值的require,方便一些只加载的包使用比如dotenv
"@typescript-eslint/no-unused-vars": 0,
"class-methods-use-this": 0, // 确保类方法在使用 this 关键字时才被定义
"no-empty": 0, // 关闭使用空作用域
"no-console": 0, // 关闭 console 警告
"no-bitwise": 0, // 关闭不能使用位运算
"no-param-reassign": 0, // 关闭函数的参数是对象时, 不能更改该对象属性的限制
"no-plusplus": [2, { "allowForLoopAfterthoughts": true }], // 关闭 for 语句不能使用一元表达式
"no-continue": 0, // 关闭循环语法不能使用 continue
"default-case": 0 // 关闭 switch 必须要有 default 语句
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lihaorangood/jack_lee_blog_space.git
git@gitee.com:lihaorangood/jack_lee_blog_space.git
lihaorangood
jack_lee_blog_space
jack_lee_blog_space
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385