Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @fisker/eslint-config-legacy@1.0.10
 - @fisker/eslint-config-vue@1.0.11
 - @fisker/husky-config@1.0.3
 - @fisker/prettier-config@1.0.15
  • Loading branch information
fisker committed May 9, 2019
1 parent 34a229e commit c7966c7
Show file tree
Hide file tree
Showing 8 changed files with 1,004 additions and 4 deletions.
319 changes: 319 additions & 0 deletions packages/eslint-config-legacy/docs/compare-with-airbnb.md

Large diffs are not rendered by default.

497 changes: 497 additions & 0 deletions packages/eslint-config-legacy/docs/compare-with-fisker.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/eslint-config-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/fisker/shared-configs/issues"
},
"version": "1.0.9",
"version": "1.0.10",
"main": "index.js",
"files": [
"plugins"
Expand Down
83 changes: 83 additions & 0 deletions packages/eslint-config-vue/docs/compare-with-vue-prettier.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<!-- AUTO GENERATED FILE, DO NOT EDIT -->

# compare

> compare vue with vue/recommended + prettier/vue
## difference only

| # | Rule | vue | vue/recommended + prettier/vue |
| --: | :----------------------------------------------------------------------------------- | :---: | :----------------------------: |
| 1 | [vue/no-unused-components](https://eslint.vuejs.org/rules/no-unused-components.html) | warn | error |
| 2 | [vue/no-unused-vars](https://eslint.vuejs.org/rules/no-unused-vars.html) | warn | error |
| 3 | [vue/this-in-template](https://eslint.vuejs.org/rules/this-in-template.html) | error | warn |

## all rules

| # | Rule | vue | vue/recommended + prettier/vue |
| --: | :----------------------------------------------------------------------------------------------------------------------------- | :---: | :----------------------------: |
| 1 | [vue/array-bracket-spacing](https://vuejs.github.io/eslint-plugin-vue/rules/array-bracket-spacing.html) | off | off |
| 2 | [vue/attribute-hyphenation](https://eslint.vuejs.org/rules/attribute-hyphenation.html) | warn | warn |
| 3 | [vue/attributes-order](https://eslint.vuejs.org/rules/attributes-order.html) | warn | warn |
| 4 | [vue/comment-directive](https://eslint.vuejs.org/rules/comment-directive.html) | error | error |
| 5 | [vue/html-closing-bracket-newline](https://eslint.vuejs.org/rules/html-closing-bracket-newline.html) | off | off |
| 6 | [vue/html-closing-bracket-spacing](https://eslint.vuejs.org/rules/html-closing-bracket-spacing.html) | off | off |
| 7 | [vue/html-end-tags](https://eslint.vuejs.org/rules/html-end-tags.html) | off | off |
| 8 | [vue/html-indent](https://eslint.vuejs.org/rules/html-indent.html) | off | off |
| 9 | [vue/html-quotes](https://eslint.vuejs.org/rules/html-quotes.html) | off | off |
| 10 | [vue/html-self-closing](https://eslint.vuejs.org/rules/html-self-closing.html) | off | off |
| 11 | [vue/jsx-uses-vars](https://eslint.vuejs.org/rules/jsx-uses-vars.html) | error | error |
| 12 | [vue/key-spacing](https://vuejs.github.io/eslint-plugin-vue/rules/key-spacing.html) | off | off |
| 13 | [vue/max-attributes-per-line](https://eslint.vuejs.org/rules/max-attributes-per-line.html) | off | off |
| 14 | [vue/multiline-html-element-content-newline](https://eslint.vuejs.org/rules/multiline-html-element-content-newline.html) | off | off |
| 15 | [vue/mustache-interpolation-spacing](https://eslint.vuejs.org/rules/mustache-interpolation-spacing.html) | off | off |
| 16 | [vue/name-property-casing](https://eslint.vuejs.org/rules/name-property-casing.html) | warn | warn |
| 17 | [vue/no-async-in-computed-properties](https://eslint.vuejs.org/rules/no-async-in-computed-properties.html) | error | error |
| 18 | [vue/no-dupe-keys](https://eslint.vuejs.org/rules/no-dupe-keys.html) | error | error |
| 19 | [vue/no-duplicate-attributes](https://eslint.vuejs.org/rules/no-duplicate-attributes.html) | error | error |
| 20 | [vue/no-multi-spaces](https://eslint.vuejs.org/rules/no-multi-spaces.html) | off | off |
| 21 | [vue/no-parsing-error](https://eslint.vuejs.org/rules/no-parsing-error.html) | error | error |
| 22 | [vue/no-reserved-keys](https://eslint.vuejs.org/rules/no-reserved-keys.html) | error | error |
| 23 | [vue/no-shared-component-data](https://eslint.vuejs.org/rules/no-shared-component-data.html) | error | error |
| 24 | [vue/no-side-effects-in-computed-properties](https://eslint.vuejs.org/rules/no-side-effects-in-computed-properties.html) | error | error |
| 25 | [vue/no-spaces-around-equal-signs-in-attribute](https://eslint.vuejs.org/rules/no-spaces-around-equal-signs-in-attribute.html) | off | off |
| 26 | [vue/no-template-key](https://eslint.vuejs.org/rules/no-template-key.html) | error | error |
| 27 | [vue/no-template-shadow](https://eslint.vuejs.org/rules/no-template-shadow.html) | warn | warn |
| 28 | [vue/no-textarea-mustache](https://eslint.vuejs.org/rules/no-textarea-mustache.html) | error | error |
| 29 | [vue/no-unused-components](https://eslint.vuejs.org/rules/no-unused-components.html) | warn | error |
| 30 | [vue/no-unused-vars](https://eslint.vuejs.org/rules/no-unused-vars.html) | warn | error |
| 31 | [vue/no-use-v-if-with-v-for](https://eslint.vuejs.org/rules/no-use-v-if-with-v-for.html) | error | error |
| 32 | [vue/no-v-html](https://eslint.vuejs.org/rules/no-v-html.html) | warn | warn |
| 33 | [vue/object-curly-spacing](https://vuejs.github.io/eslint-plugin-vue/rules/object-curly-spacing.html) | off | off |
| 34 | [vue/order-in-components](https://eslint.vuejs.org/rules/order-in-components.html) | warn | warn |
| 35 | [vue/prop-name-casing](https://eslint.vuejs.org/rules/prop-name-casing.html) | warn | warn |
| 36 | [vue/require-component-is](https://eslint.vuejs.org/rules/require-component-is.html) | error | error |
| 37 | [vue/require-default-prop](https://eslint.vuejs.org/rules/require-default-prop.html) | warn | warn |
| 38 | [vue/require-prop-type-constructor](https://eslint.vuejs.org/rules/require-prop-type-constructor.html) | error | error |
| 39 | [vue/require-prop-types](https://eslint.vuejs.org/rules/require-prop-types.html) | warn | warn |
| 40 | [vue/require-render-return](https://eslint.vuejs.org/rules/require-render-return.html) | error | error |
| 41 | [vue/require-v-for-key](https://eslint.vuejs.org/rules/require-v-for-key.html) | error | error |
| 42 | [vue/require-valid-default-prop](https://eslint.vuejs.org/rules/require-valid-default-prop.html) | error | error |
| 43 | [vue/return-in-computed-property](https://eslint.vuejs.org/rules/return-in-computed-property.html) | error | error |
| 44 | [vue/script-indent](https://eslint.vuejs.org/rules/script-indent.html) | off | off |
| 45 | [vue/singleline-html-element-content-newline](https://eslint.vuejs.org/rules/singleline-html-element-content-newline.html) | off | off |
| 46 | [vue/space-infix-ops](https://vuejs.github.io/eslint-plugin-vue/rules/space-infix-ops.html) | off | off |
| 47 | [vue/space-unary-ops](https://vuejs.github.io/eslint-plugin-vue/rules/space-unary-ops.html) | off | off |
| 48 | [vue/this-in-template](https://eslint.vuejs.org/rules/this-in-template.html) | error | warn |
| 49 | [vue/use-v-on-exact](https://eslint.vuejs.org/rules/use-v-on-exact.html) | error | error |
| 50 | [vue/v-bind-style](https://eslint.vuejs.org/rules/v-bind-style.html) | warn | warn |
| 51 | [vue/v-on-style](https://eslint.vuejs.org/rules/v-on-style.html) | warn | warn |
| 52 | [vue/valid-template-root](https://eslint.vuejs.org/rules/valid-template-root.html) | error | error |
| 53 | [vue/valid-v-bind](https://eslint.vuejs.org/rules/valid-v-bind.html) | error | error |
| 54 | [vue/valid-v-cloak](https://eslint.vuejs.org/rules/valid-v-cloak.html) | error | error |
| 55 | [vue/valid-v-else](https://eslint.vuejs.org/rules/valid-v-else.html) | error | error |
| 56 | [vue/valid-v-else-if](https://eslint.vuejs.org/rules/valid-v-else-if.html) | error | error |
| 57 | [vue/valid-v-for](https://eslint.vuejs.org/rules/valid-v-for.html) | error | error |
| 58 | [vue/valid-v-html](https://eslint.vuejs.org/rules/valid-v-html.html) | error | error |
| 59 | [vue/valid-v-if](https://eslint.vuejs.org/rules/valid-v-if.html) | error | error |
| 60 | [vue/valid-v-model](https://eslint.vuejs.org/rules/valid-v-model.html) | error | error |
| 61 | [vue/valid-v-on](https://eslint.vuejs.org/rules/valid-v-on.html) | error | error |
| 62 | [vue/valid-v-once](https://eslint.vuejs.org/rules/valid-v-once.html) | error | error |
| 63 | [vue/valid-v-pre](https://eslint.vuejs.org/rules/valid-v-pre.html) | error | error |
| 64 | [vue/valid-v-show](https://eslint.vuejs.org/rules/valid-v-show.html) | error | error |
| 65 | [vue/valid-v-text](https://eslint.vuejs.org/rules/valid-v-text.html) | error | error |
Loading

0 comments on commit c7966c7

Please sign in to comment.