The current repo belongs to Paused status, and some functions are restricted. For details, please refer to the description of repo status
1 Star 0 Fork 1.6K

冷风 / Avue
Paused

forked from smallwei / Avue 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.eslintrc.js 542 Bytes
Copy Edit Raw Blame History
smallwei authored 2018-12-02 21:32 . build dev
module.exports = {
// 环境定义了预定义的全局变量。
env: {
//环境定义了预定义的全局变量。更多在官网查看
browser: true,
node: true,
commonjs: true,
amd: true,
es6: true,
mocha: true
},
globals: {
expect: true,
sinon: true
},
plugins: ['html', 'json'],
extends: 'elemefe',
rules: {
'no-restricted-globals': ['error', 'event', 'fdescribe']
},
parserOptions: {
ecmaFeatures: {
experimentalObjectRestSpread: true,
jsx: true
}
}
};
JavaScript
1
https://gitee.com/lengfeng0496/avue.git
git@gitee.com:lengfeng0496/avue.git
lengfeng0496
avue
Avue
master

Search