mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-11-27 04:09:51 +08:00
fix: merge conflict
This commit is contained in:
commit
ee7ca02b41
@ -1,5 +1,8 @@
|
||||
module.exports = {
|
||||
extends: ['plugin:vue/recommended', '@vue/standard'],
|
||||
parserOptions: {
|
||||
parser: "babel-eslint"
|
||||
},
|
||||
rules: {
|
||||
'vue/max-attributes-per-line': [
|
||||
2,
|
||||
|
@ -45,7 +45,9 @@
|
||||
"css-loader": "^2.1.1",
|
||||
"emoji-regex": "^8.0.0",
|
||||
"emoji-unicode": "^1.0.10",
|
||||
"eslint-plugin-vue": "^5.2.2",
|
||||
"eslint": "^6.6.0",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"eslint-plugin-vue": "^5.0.0",
|
||||
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
||||
"file-loader": "^3.0.1",
|
||||
"glob": "^7.1.5",
|
||||
|
Loading…
Reference in New Issue
Block a user