1 Star 0 Fork 2

Hotstrip / WangEditorDemo_front

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.eslintrc.js 353 Bytes
Copy Edit Raw Blame History
Hotstrip authored 2019-09-06 13:53 . 初始化项目
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/essential',
'eslint:recommended'
],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
},
parserOptions: {
parser: 'babel-eslint'
}
}
JavaScript
1
https://gitee.com/hotstrip/WangEditorDemo_front.git
git@gitee.com:hotstrip/WangEditorDemo_front.git
hotstrip
WangEditorDemo_front
WangEditorDemo_front
master

Search