Commit 13e9ae85 authored by 张罗鹏's avatar 张罗鹏

初始化

parent fd1129b8
> 1%
last 2 versions
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
module.exports = {
root: true,
env: {
node: true
},
extends: ['plugin:vue/essential', '@vue/standard'],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
semi: [0, 'always'],
'space-before-function-paren': [0, 'never'],
'no-trailing-spaces': 'off',
'no-undef': 'off'
},
parserOptions: {
parser: 'babel-eslint'
}
};
node_modules
/dist
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment