@shayanthenerd/eslint-config 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/rules/vue.js CHANGED
@@ -44,11 +44,7 @@ function getVueRules(options) {
44
44
  void: selfCloseVoidHTMLElements
45
45
  } }],
46
46
  "vue/max-attributes-per-line": ["warn", { singleline: { max: maxAttributesPerLine } }],
47
- "vue/attributes-order": ["warn", {
48
- alphabetical: true,
49
- sortLineLength: true,
50
- order: attributesOrder
51
- }],
47
+ "vue/attributes-order": ["warn", { order: attributesOrder }],
52
48
  "vue/camelcase": "warn",
53
49
  "vue/no-root-v-if": "warn",
54
50
  "vue/require-expose": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shayanthenerd/eslint-config",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "license": "MIT",
5
5
  "description": "A modern, flexible ESLint configuration for enforcing best practices and maintaining a consistent coding style",
6
6
  "keywords": [