@antfu/eslint-config 0.18.4 → 0.18.7

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 +24 -0
  2. package/LICENSE +1 -1
  3. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.18.7](https://github.com/antfu/eslint-config/compare/v0.18.6...v0.18.7) (2022-03-10)
7
+
8
+ **Note:** Version bump only for package @antfu/eslint-config
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.18.6](https://github.com/antfu/eslint-config/compare/v0.18.5...v0.18.6) (2022-03-10)
15
+
16
+ **Note:** Version bump only for package @antfu/eslint-config
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.18.5](https://github.com/antfu/eslint-config/compare/v0.18.4...v0.18.5) (2022-03-10)
23
+
24
+ **Note:** Version bump only for package @antfu/eslint-config
25
+
26
+
27
+
28
+
29
+
6
30
  ## [0.18.4](https://github.com/antfu/eslint-config/compare/v0.18.3...v0.18.4) (2022-03-10)
7
31
 
8
32
  **Note:** Version bump only for package @antfu/eslint-config
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 Anthony Fu<https://github.com/antfu>
3
+ Copyright (c) 2019-PRESENT Anthony Fu<https://github.com/antfu>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@antfu/eslint-config",
3
- "version": "0.18.4",
3
+ "version": "0.18.7",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
8
+ "main": "index.js",
8
9
  "files": [
9
10
  "index.js"
10
11
  ],
11
- "main": "index.js",
12
12
  "peerDependencies": {
13
13
  "eslint": ">=7.4.0"
14
14
  },
15
15
  "dependencies": {
16
- "@antfu/eslint-config-react": "^0.18.4",
17
- "@antfu/eslint-config-vue": "^0.18.4",
16
+ "@antfu/eslint-config-react": "^0.18.7",
17
+ "@antfu/eslint-config-vue": "^0.18.7",
18
18
  "@typescript-eslint/eslint-plugin": "^5.13.0",
19
19
  "@typescript-eslint/parser": "^5.13.0",
20
20
  "eslint-config-standard": "17.0.0-1",
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "9346e47d9255f61c2ff3b0af487655d13e6abc3c"
39
+ "gitHead": "83db65f4645f657080fdd5268649e82174910649"
40
40
  }