@alicevia/eslint-config 1.0.11 → 1.0.14

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 +4 -1
  2. package/package.json +4 -13
package/index.js CHANGED
@@ -1,3 +1,6 @@
1
1
  module.exports = {
2
- extends: ['@alicevia/eslint-config-vue'],
2
+ extends: [
3
+ '@alicevia/ts',
4
+ '@alicevia/vue'
5
+ ]
3
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicevia/eslint-config",
3
- "version": "1.0.11",
3
+ "version": "1.0.14",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -10,22 +10,13 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@alicevia/eslint-config-vue": "1.0.11"
13
+ "@alicevia/eslint-config-vue": "1.0.14",
14
+ "@alicevia/eslint-config-ts": "1.0.14",
15
+ "@alicevia/eslint-config-basic": "1.0.14"
14
16
  },
15
17
  "publishConfig": {
16
18
  "access": "public"
17
19
  },
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"
28
- },
29
20
  "scripts": {
30
21
  "patch": "npm version patch"
31
22
  }