Compare commits

..

2 Commits

Author SHA1 Message Date
Anthony Fu
23506b57c1 v0.2.5 2019-07-19 15:53:28 +08:00
Anthony Fu
be4d232fb8 fix: vue 2019-07-19 15:53:07 +08:00
5 changed files with 25 additions and 3 deletions

View File

@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.5](https://github.com/antfu/eslint-config/compare/v0.2.4...v0.2.5) (2019-07-19)
### Bug Fixes
* vue ([be4d232](https://github.com/antfu/eslint-config/commit/be4d232))
## [0.2.4](https://github.com/antfu/eslint-config/compare/v0.2.3...v0.2.4) (2019-07-19)

View File

@@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.2.4"
"version": "0.2.5"
}

View File

@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.5](https://github.com/antfu/eslint-config/compare/v0.2.4...v0.2.5) (2019-07-19)
### Bug Fixes
* vue ([be4d232](https://github.com/antfu/eslint-config/commit/be4d232))
## [0.2.4](https://github.com/antfu/eslint-config/compare/v0.2.3...v0.2.4) (2019-07-19)

View File

@@ -11,6 +11,6 @@ module.exports = {
'vue'
],
rules: {
'vue/max-attributes-per-line': ['warning', { singleline: 5 }],
'vue/max-attributes-per-line': ['warn', { singleline: 5 }],
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-vue",
"version": "0.2.4",
"version": "0.2.5",
"description": "",
"main": "index.js",
"keywords": [],