3 Star 0 Fork 0

mirrors_x-extends/xe-ajax

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 523 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuliangzhan 提交于 2018-12-03 15:04 . update 3.4.14
// 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']
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_x-extends/xe-ajax.git
git@gitee.com:mirrors_x-extends/xe-ajax.git
mirrors_x-extends
xe-ajax
xe-ajax
master

搜索帮助