1 Star 0 Fork 0

Tenny / fastify-session

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 732 Bytes
一键复制 编辑 原始数据 按行查看 历史
haoran.shu 提交于 2021-04-27 18:24 . feat(0.0.1): 初始上传
module.exports = {
root: true,
extends: ['alloy'],
env: {
// 你的环境变量(包含多个预定义的全局变量)
//
// browser: true,
// node: true,
mocha: true,
// jest: true,
// jquery: true
},
globals: {
// 你的全局变量(设置为 false 表示它不允许被重新赋值)
//
// myGlobal: false
},
rules: {
// 自定义你的规则
'no-param-reassign': 'off',
'max-params': ['error', 5],
'no-eq-null': 'off',
eqeqeq: ['error', 'always', { null: 'ignore' }],
},
overrides: [
{
files: ['*.test.js'],
rules: {
'max-nested-callbacks': ['error', 10],
'prefer-arrow-callback': 'off',
},
},
],
};
NodeJS
1
https://gitee.com/towardly/fastify-session.git
git@gitee.com:towardly/fastify-session.git
towardly
fastify-session
fastify-session
master

搜索帮助