Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @azimutlabs/eslint-config-core@0.1.0
 - @azimutlabs/eslint-config-prettier@0.1.0
 - @azimutlabs/eslint-config-typescript@0.1.0
 - @azimutlabs/eslint-config@0.4.0
 - @azimutlabs/eslint-env@0.1.0
  • Loading branch information
olehan committed Jan 19, 2021
1 parent e739ed8 commit ccb6449
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 11 deletions.
11 changes: 11 additions & 0 deletions packages/eslint-config-core/CHANGELOG.md
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 (2021-01-19)


### Features

* add package eslint-config-core ([e206026](https://github.com/azimutlabs/eslint/commit/e206026b14b686615bd3dd3f2a5a25b6f8836004))
4 changes: 2 additions & 2 deletions packages/eslint-config-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azimutlabs/eslint-config-core",
"version": "0.0.0",
"version": "0.1.0",
"description": "ESLint configuration core rules",
"keywords": [
"config",
Expand All @@ -27,7 +27,7 @@
"*.js"
],
"dependencies": {
"@azimutlabs/eslint-env": "^0.0.0"
"@azimutlabs/eslint-env": "^0.1.0"
},
"peerDependencies": {
"eslint": "^7"
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-config-prettier/CHANGELOG.md
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 (2021-01-19)


### Features

* add eslint-config-typescript ([ac0bde1](https://github.com/azimutlabs/eslint/commit/ac0bde1d66167af9444e3b833cb8104b7d328074))
* add package eslint-config-prettier ([b16e6d6](https://github.com/azimutlabs/eslint/commit/b16e6d6e764761efb3ee810d48bfbc619c1100e6))
4 changes: 2 additions & 2 deletions packages/eslint-config-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azimutlabs/eslint-config-prettier",
"version": "0.0.0",
"version": "0.1.0",
"description": "ESLint configuration for Prettier",
"keywords": [
"config",
Expand Down Expand Up @@ -28,7 +28,7 @@
"*.js"
],
"dependencies": {
"@azimutlabs/eslint-env": "^0.0.0",
"@azimutlabs/eslint-env": "^0.1.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
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 (2021-01-19)


### Features

* add eslint-config-typescript ([ac0bde1](https://github.com/azimutlabs/eslint/commit/ac0bde1d66167af9444e3b833cb8104b7d328074))
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azimutlabs/eslint-config-typescript",
"version": "0.0.0",
"version": "0.1.0",
"description": "ESLint configuration for TypeScript",
"keywords": [
"config",
Expand Down Expand Up @@ -30,7 +30,7 @@
"*.js"
],
"dependencies": {
"@azimutlabs/eslint-env": "^0.0.0",
"@azimutlabs/eslint-env": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
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.4.0 (2021-01-19)


### Features

* add eslint-config ([cb4ed8e](https://github.com/azimutlabs/eslint/commit/cb4ed8e7c539cb1a6d4264391a4bdb0dfdfae9e0))
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azimutlabs/eslint-config",
"version": "0.3.0",
"version": "0.4.0",
"description": "Collection of all @azimutlabs/eslint-config packages",
"keywords": [
"config",
Expand All @@ -27,9 +27,9 @@
"*.js"
],
"dependencies": {
"@azimutlabs/eslint-config-core": "^0.0.0",
"@azimutlabs/eslint-config-prettier": "^0.0.0",
"@azimutlabs/eslint-config-typescript": "^0.0.0"
"@azimutlabs/eslint-config-core": "^0.1.0",
"@azimutlabs/eslint-config-prettier": "^0.1.0",
"@azimutlabs/eslint-config-typescript": "^0.1.0"
},
"peerDependencies": {
"eslint": "^7",
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-env/CHANGELOG.md
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 (2021-01-19)


### Features

* add eslint-config-typescript ([ac0bde1](https://github.com/azimutlabs/eslint/commit/ac0bde1d66167af9444e3b833cb8104b7d328074))
* add package eslint-env ([756ed34](https://github.com/azimutlabs/eslint/commit/756ed34e02debc09ba03976a641518fa38cf8041))
2 changes: 1 addition & 1 deletion packages/eslint-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azimutlabs/eslint-env",
"version": "0.0.0",
"version": "0.1.0",
"description": "Base ESLint environment configuration for all @azimutlabs/eslint-config packages",
"keywords": [
"config",
Expand Down

0 comments on commit ccb6449

Please sign in to comment.