1 Star 0 Fork 16

vampxp/xe-clipboard

forked from 麦琪/xe-clipboard 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 523 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuliangzhan 提交于 2018-12-29 18:16 . update 1.0.0
// https://eslint.org/docs/user-guide/configuring
module.exports = {
parserOptions: {
ecmaVersion: 6,
sourceType: 'module',
ecmaFeatures: {
impliedStrict: true,
objectLiteralDuplicateProperties: false
}
},
env: {
amd: true,
browser: true,
node: true
},
plugins: [
'import'
],
extends: [
'plugin:import/errors',
'standard'
],
rules: {
'array-bracket-spacing': ['error', 'never'],
'no-debugger': ['error'],
'keyword-spacing': ['error']
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jniap/xe-clipboard.git
[email protected]:jniap/xe-clipboard.git
jniap
xe-clipboard
xe-clipboard
master

搜索帮助