@nextcloud/eslint-config 6.1.2 → 7.0.0

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/index.js +5 -4
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [v7.0.0](https://github.com/nextcloud/eslint-config/tree/v7.0.0) (2022-01-12)
4
+
5
+ [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v6.1.2...v7.0.0)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Eslint 8 [\#266](https://github.com/nextcloud/eslint-config/pull/266) ([skjnldsv](https://github.com/skjnldsv))
10
+
3
11
  ## [v6.1.2](https://github.com/nextcloud/eslint-config/tree/v6.1.2) (2021-12-20)
4
12
 
5
13
  [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v6.1.1...v6.1.2)
package/index.js CHANGED
@@ -89,10 +89,11 @@ module.exports = {
89
89
  // code spacing with attributes
90
90
  'vue/max-attributes-per-line': ['error', {
91
91
  singleline: 3,
92
- multiline: {
93
- max: 1,
94
- allowFirstLine: true,
95
- },
92
+ multiline: 1,
93
+ }],
94
+ 'vue/first-attribute-linebreak': ['error', {
95
+ 'singleline': 'beside',
96
+ 'multiline': 'below',
96
97
  }],
97
98
  // custom event naming convention
98
99
  'vue/custom-event-name-casing': ['error', 'kebab-case', {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextcloud/eslint-config",
3
- "version": "6.1.2",
3
+ "version": "7.0.0",
4
4
  "description": "Eslint shared config for nextcloud vue.js apps",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -9,28 +9,28 @@
9
9
  },
10
10
  "peerDependencies": {
11
11
  "@babel/core": "^7.13.10",
12
- "@babel/eslint-parser": "^7.13.10",
12
+ "@babel/eslint-parser": "^7.16.5",
13
13
  "@nextcloud/eslint-plugin": "^2.0.0",
14
- "eslint": "^7.13.0",
15
- "eslint-config-standard": "^16.0.1",
16
- "eslint-plugin-import": "^2.22.1",
17
- "eslint-plugin-jsdoc": "^37.0.3",
14
+ "eslint": "^8.6.0",
15
+ "eslint-config-standard": "^17.0.0-0",
16
+ "eslint-plugin-import": "^2.25.4",
17
+ "eslint-plugin-jsdoc": "^37.6.1",
18
18
  "eslint-plugin-node": "^11.1.0",
19
- "eslint-plugin-promise": "^5.1.0",
20
- "eslint-plugin-vue": "^7.15.0",
19
+ "eslint-plugin-promise": "^6.0.0",
20
+ "eslint-plugin-vue": "^8.2.0",
21
21
  "webpack": "^5.4.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@babel/core": "^7.13.10",
25
- "@babel/eslint-parser": "^7.13.10",
25
+ "@babel/eslint-parser": "^7.16.5",
26
26
  "@nextcloud/eslint-plugin": "^2.0.0",
27
- "eslint": "^7.13.0",
28
- "eslint-config-standard": "^16.0.1",
29
- "eslint-plugin-import": "^2.22.1",
30
- "eslint-plugin-jsdoc": "^37.0.3",
27
+ "eslint": "^8.6.0",
28
+ "eslint-config-standard": "^17.0.0-0",
29
+ "eslint-plugin-import": "^2.25.4",
30
+ "eslint-plugin-jsdoc": "^37.6.1",
31
31
  "eslint-plugin-node": "^11.1.0",
32
- "eslint-plugin-promise": "^5.1.0",
33
- "eslint-plugin-vue": "^7.1.0",
32
+ "eslint-plugin-promise": "^6.0.0",
33
+ "eslint-plugin-vue": "^8.2.0",
34
34
  "webpack": "^5.4.0"
35
35
  },
36
36
  "keywords": [