@alicevia/eslint-config-vue 1.0.5 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +16 -16
  2. package/package.json +13 -6
package/index.js CHANGED
@@ -1,16 +1,16 @@
1
- module.exports = {
2
- overrides: [
3
- {
4
- files: ['*.vue'],
5
- parser: 'vue-eslint-parser',
6
- parserOptions: {
7
- parser: '@typescript-eslint/parser',
8
- },
9
-
10
- }
11
- ],
12
- extends: ['@alicevia/eslint-config-ts', 'plugin:vue/vue3-recommended'],
13
- rules: {
14
- 'vue/multi-word-component-names': 0,
15
- },
16
- }
1
+ module.exports = {
2
+ overrides: [
3
+ {
4
+ files: ['*.vue'],
5
+ parser: 'vue-eslint-parser',
6
+ parserOptions: {
7
+ parser: '@typescript-eslint/parser',
8
+ },
9
+
10
+ }
11
+ ],
12
+ extends: ['@alicevia/eslint-config-ts', 'plugin:vue/vue3-recommended'],
13
+ rules: {
14
+ 'vue/multi-word-component-names': 0,
15
+ },
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicevia/eslint-config-vue",
3
- "version": "1.0.5",
3
+ "version": "1.0.8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -9,15 +9,22 @@
9
9
  "keywords": [],
10
10
  "author": "",
11
11
  "license": "ISC",
12
- "dependencies": {
13
- "@alicevia/eslint-config-ts": "1.0.5",
14
- "eslint-plugin-vue": "^8.7.1"
15
- },
16
12
  "publishConfig": {
17
13
  "access": "public"
18
14
  },
19
15
  "devDependencies": {
20
- "vue-eslint-parser": "^9.0.2"
16
+ "@alicevia/eslint-config-ts": "1.0.8"
17
+ },
18
+ "peerDependencies": {
19
+ "eslint": ">=8.15.0",
20
+ "eslint-plugin-vue": "^8.7.1",
21
+ "vue-eslint-parser": "^9.0.2",
22
+ "@typescript-eslint/eslint-plugin": "^5.24.0",
23
+ "@typescript-eslint/parser": "^5.24.0",
24
+ "eslint-config-standard": "^17.0.0",
25
+ "eslint-plugin-import": "^2.26.0",
26
+ "eslint-plugin-n": "^15.2.0",
27
+ "eslint-plugin-promise": "^6.0.0"
21
28
  },
22
29
  "scripts": {
23
30
  "patch": "npm version patch"