-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @alljoint-next/[email protected] - @alljoint-next/[email protected]
- Loading branch information
1 parent
504e9c3
commit a6ded86
Showing
4 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2020-02-23) | ||
|
||
|
||
### Features | ||
|
||
* **tool:** add the javascript eslint config package for alljoint-next ([5f269f2](https://github.com/AllJointTW/AllJointNext/commit/5f269f2d152c5aab2aefc083dacbe24b4dbf55af)) | ||
* **tool:** add the typescript eslint config package for alljoint-next ([719886c](https://github.com/AllJointTW/AllJointNext/commit/719886c80fc2a864bac0308a7793d617f53b27bc)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alljoint-next/eslint-config", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "The ESLint Config Used For AllJointNext", | ||
"author": "TZU-YEN, CHANG <[email protected]>", | ||
"license": "GPL-3.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2020-02-23) | ||
|
||
|
||
### Features | ||
|
||
* **tool:** add the typescript eslint config package for alljoint-next ([719886c](https://github.com/AllJointTW/AllJointNext/commit/719886c80fc2a864bac0308a7793d617f53b27bc)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alljoint-next/eslint-config-typescript", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "The ESLint Config Used For AllJointNext", | ||
"author": "TZU-YEN, CHANG <[email protected]>", | ||
"license": "GPL-3.0", | ||
|
@@ -19,7 +19,7 @@ | |
"lint": ":" | ||
}, | ||
"dependencies": { | ||
"@alljoint-next/eslint-config": "^0.0.0", | ||
"@alljoint-next/eslint-config": "0.1.0", | ||
"@typescript-eslint/eslint-plugin": "^2.19.2", | ||
"@typescript-eslint/parser": "^2.19.2" | ||
}, | ||
|