Compare commits

...

6 Commits

Author SHA1 Message Date
Anthony Fu
9b7f5ce9d1 v0.2.14 2020-07-18 22:10:55 +08:00
Anthony Fu
c5ca025ff8 chore: switch to pnpm and update deps 2020-07-18 22:08:29 +08:00
Anthony Fu
cd4bed781f v0.2.13 2020-06-09 19:10:22 +08:00
Anthony Fu
093620f3b3 Merge branch 'master' of https://github.com/antfu/eslint-config 2020-06-09 19:09:59 +08:00
Anthony Fu
88b8b1ef6b chore: remove unicorn/recommand 2020-06-09 19:09:54 +08:00
Renovate Bot
494d99c2bb fix(deps): update dependency @typescript-eslint/eslint-plugin to v3.1.0 2020-06-08 02:25:58 +00:00
16 changed files with 6252 additions and 13381 deletions

View File

@@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.14](https://github.com/antfu/eslint-config/compare/v0.2.13...v0.2.14) (2020-07-18)
**Note:** Version bump only for package @antfu/eslint-config
## [0.2.13](https://github.com/antfu/eslint-config/compare/v0.2.12...v0.2.13) (2020-06-09)
### Bug Fixes
* **deps:** update dependency @typescript-eslint/eslint-plugin to v3.1.0 ([494d99c](https://github.com/antfu/eslint-config/commit/494d99c2bb52895a055cea7be9b50494a6a67358))
## [0.2.12](https://github.com/antfu/eslint-config/compare/v0.2.11...v0.2.12) (2020-06-04) ## [0.2.12](https://github.com/antfu/eslint-config/compare/v0.2.11...v0.2.12) (2020-06-04)

View File

@@ -2,5 +2,5 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "0.2.12" "version": "0.2.14"
} }

9026
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,27 +4,26 @@
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"postinstall": "lerna bootstrap", "preinstall": "npx only-allow pnpm",
"lint": "lerna run lint", "lint": "lerna run lint",
"lint:fix": "lerna run lint -- -- --fix", "lint:fix": "lerna run lint -- -- --fix",
"release": "lerna publish --conventional-commits --graph-type all -y" "release": "lerna publish --conventional-commits --graph-type all -y"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^0.2.11", "@antfu/eslint-config": "^0.2.13",
"eslint": "^7.1.0", "eslint": "^7.4.0",
"lerna": "^3.22.0", "lerna": "^3.22.1",
"typescript": "^3.9.3" "typescript": "^3.9.7"
}, },
"dependencies": { "dependencies": {
"@typescript-eslint/eslint-plugin": "3.1.0", "@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "^3.1.0", "@typescript-eslint/parser": "^3.6.1",
"eslint-config-standard": "^14.1.1", "eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2", "eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-nuxt": "1.0.0",
"eslint-plugin-promise": "^4.2.1", "eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1", "eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^20.1.0", "eslint-plugin-unicorn": "^21.0.0",
"eslint-plugin-vue": "6.2.2" "eslint-plugin-vue": "^7.0.0-alpha.10"
} }
} }

View File

@@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.14](https://github.com/antfu/eslint-config/compare/v0.2.13...v0.2.14) (2020-07-18)
**Note:** Version bump only for package @antfu/eslint-config
## [0.2.13](https://github.com/antfu/eslint-config/compare/v0.2.12...v0.2.13) (2020-06-09)
### Bug Fixes
* **deps:** update dependency @typescript-eslint/eslint-plugin to v3.1.0 ([494d99c](https://github.com/antfu/eslint-config/commit/494d99c2bb52895a055cea7be9b50494a6a67358))
## [0.2.12](https://github.com/antfu/eslint-config/compare/v0.2.11...v0.2.12) (2020-06-04) ## [0.2.12](https://github.com/antfu/eslint-config/compare/v0.2.11...v0.2.12) (2020-06-04)

View File

@@ -8,7 +8,6 @@ module.exports = {
'standard', 'standard',
'plugin:import/errors', 'plugin:import/errors',
'plugin:import/warnings', 'plugin:import/warnings',
'plugin:unicorn/recommended',
], ],
plugins: [ plugins: [
'unicorn', 'unicorn',

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config", "name": "@antfu/eslint-config",
"version": "0.2.12", "version": "0.2.14",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"keywords": [], "keywords": [],
@@ -16,17 +16,15 @@
"access": "public" "access": "public"
}, },
"peerDependencies": { "peerDependencies": {
"eslint": ">=6.6.0" "eslint": ">=7.4.0"
}, },
"dependencies": { "dependencies": {
"@typescript-eslint/eslint-plugin": "3.0.2", "eslint-config-standard": "^14.1.1",
"@typescript-eslint/parser": "^3.0.0", "eslint-plugin-import": "^2.22.0",
"eslint-config-standard": "^14.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1", "eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1", "eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^20.0.0" "eslint-plugin-unicorn": "^21.0.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.0.0" "eslint": "^7.0.0"

View File

@@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.14](https://github.com/antfu/eslint-config/compare/v0.2.13...v0.2.14) (2020-07-18)
**Note:** Version bump only for package @antfu/eslint-config-ts
## [0.2.13](https://github.com/antfu/eslint-config/compare/v0.2.12...v0.2.13) (2020-06-09)
### Bug Fixes
* **deps:** update dependency @typescript-eslint/eslint-plugin to v3.1.0 ([494d99c](https://github.com/antfu/eslint-config/commit/494d99c2bb52895a055cea7be9b50494a6a67358))
## [0.2.12](https://github.com/antfu/eslint-config/compare/v0.2.11...v0.2.12) (2020-06-04) ## [0.2.12](https://github.com/antfu/eslint-config/compare/v0.2.11...v0.2.12) (2020-06-04)

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-ts", "name": "@antfu/eslint-config-ts",
"version": "0.2.12", "version": "0.2.14",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"keywords": [], "keywords": [],
@@ -16,13 +16,13 @@
"access": "public" "access": "public"
}, },
"peerDependencies": { "peerDependencies": {
"eslint": ">=6.6.0", "eslint": ">=7.4.0",
"typescript": ">=3.6" "typescript": ">=3.9"
}, },
"dependencies": { "dependencies": {
"@antfu/eslint-config": "^0.2.12", "@antfu/eslint-config": "^0.2.14",
"@typescript-eslint/eslint-plugin": "3.0.2", "@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "^3.0.0" "@typescript-eslint/parser": "^3.6.1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.0.0", "eslint": "^7.0.0",

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.14](https://github.com/antfu/eslint-config/compare/v0.2.13...v0.2.14) (2020-07-18)
**Note:** Version bump only for package @antfu/eslint-config-vue
## [0.2.13](https://github.com/antfu/eslint-config/compare/v0.2.12...v0.2.13) (2020-06-09)
**Note:** Version bump only for package @antfu/eslint-config-vue
## [0.2.12](https://github.com/antfu/eslint-config/compare/v0.2.11...v0.2.12) (2020-06-04) ## [0.2.12](https://github.com/antfu/eslint-config/compare/v0.2.11...v0.2.12) (2020-06-04)

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-vue", "name": "@antfu/eslint-config-vue",
"version": "0.2.12", "version": "0.2.14",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"keywords": [], "keywords": [],
@@ -13,19 +13,18 @@
"index.js" "index.js"
], ],
"peerDependencies": { "peerDependencies": {
"eslint": ">=6.6.0" "eslint": ">=7.4.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@antfu/eslint-config-ts": "^0.2.12", "@antfu/eslint-config-ts": "^0.2.14",
"eslint-plugin-nuxt": "1.0.0", "eslint-plugin-vue": "7.0.0-alpha.10"
"eslint-plugin-vue": "6.2.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.0.0", "eslint": "^7.0.0",
"typescript": "^3.7.1-rc" "typescript": "^3.9.7"
}, },
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0" "gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
} }

6149
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

2
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,2 @@
packages
- 'packages/**'