1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/tatakuni-vue-sell

Клонировать/Скачать
.eslintrc.js 665
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
ustbhuangyi Отправлено 22.01.2017 11:01 a844d05
module.exports = {
root: true,
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module'
},
// https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
extends: 'standard',
// required to lint *.vue files
plugins: [
'html'
],
// add your custom rules here
'rules': {
// allow paren-less arrow functions
'arrow-parens': 0,
// allow async-await
'generator-star-spacing': 0,
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
'semi': ['error', 'always'],
'no-tabs': 0,
'indent': 0,
'space-before-function-paren': 0
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/tatakuni-vue-sell.git
git@api.gitlife.ru:oschina-mirror/tatakuni-vue-sell.git
oschina-mirror
tatakuni-vue-sell
tatakuni-vue-sell
master