Skip to content

Commit

Permalink
chore(eslint-config): 🔖 version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Oct 10, 2023
1 parent 92ebecb commit 2cb6e54
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-balloons-camp.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/eslint/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @importantimport/eslint-config

## 0.2.0

### Minor Changes

- Rewrite in TypeScript

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@importantimport/eslint-config",
"type": "module",
"version": "0.1.2",
"version": "0.2.0",
"description": "An ESLint Flat Config for !mportantImport.",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint/react/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@importantimport/eslint-config-react",
"type": "module",
"version": "0.1.2",
"version": "0.2.0",
"description": "An ESLint Flat Config for !mportantImport.",
"license": "WTFPL",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/importantimport/config.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@importantimport/eslint-config-ts",
"type": "module",
"version": "0.1.2",
"version": "0.2.0",
"description": "An ESLint Flat Config for !mportantImport.",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint/vanilla-extract/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@importantimport/eslint-config-vanilla-extract",
"type": "module",
"version": "0.1.2",
"version": "0.2.0",
"description": "An ESLint Flat Config for !mportantImport.",
"license": "WTFPL",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/importantimport/config.git",
Expand Down

0 comments on commit 2cb6e54

Please sign in to comment.