1 Star 0 Fork 16

wiszsw / xe-clipboard

forked from XE / xe-clipboard 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuliangzhan 提交于 2019-09-28 17:42 . update
// https://eslint.org/docs/user-guide/configuring
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 6,
sourceType: 'module',
ecmaFeatures: {
impliedStrict: true,
objectLiteralDuplicateProperties: false
}
},
env: {
amd: true,
browser: true,
node: true
},
plugins: [
'@typescript-eslint'
],
extends: [
'prettier/@typescript-eslint',
'standard'
],
rules: {
'array-bracket-spacing': ['error', 'never'],
'no-debugger': ['error'],
'keyword-spacing': ['error']
}
}
JavaScript
1
https://gitee.com/wiszsw/xe-clipboard.git
git@gitee.com:wiszsw/xe-clipboard.git
wiszsw
xe-clipboard
xe-clipboard
master

搜索帮助