1 Star 0 Fork 1

BigBao / danmu.js

forked from Bytedance Inc. / danmu.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 645 Bytes
一键复制 编辑 原始数据 按行查看 历史
gemxx 提交于 2022-09-27 21:05 . style: 💄 eslint
/* eslint-env node */
module.exports = {
extends: ['plugin:@byted-lint/eslint-plugin-meta/javascript'],
plugins: ['@byted-lint/eslint-plugin-meta'],
env: {
// Your environments (which contains several predefined global variables)
//
browser: true,
// node: true,
es6: true
// mocha: true,
// jest: true,
// jquery: true
},
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module'
},
rules: {
'linebreak-style': ['error', 'unix'],
quotes: ['error', 'single'],
semi: ['error', 'never'],
'prefer-const': 'off',
eqeqeq: ['warn', 'smart'],
'guard-for-in': 'off'
}
}
1
https://gitee.com/gfsmxn/danmu.js.git
git@gitee.com:gfsmxn/danmu.js.git
gfsmxn
danmu.js
danmu.js
main

搜索帮助