Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/many-numbers-fry.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/eslint-presets/eslint-preset-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tcd-devkit/eslint-preset-next

## 0.1.6

### Patch Changes

- Updated dependencies [[`d8506dd`](https://github.com/TheCodeDestroyer/devkit/commit/d8506dddcbf367d8d37fa8e04af882e683c025b3)]:
- @tcd-devkit/eslint-config-ts@0.1.4
- @tcd-devkit/eslint-config-import-ts@0.1.4

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-presets/eslint-preset-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/eslint-preset-next",
"version": "0.1.5",
"version": "0.1.6",
"description": "Comprehensive ESLint Flat Configuration Preset for Next.js projects. This preset bundles various @tcd-devkit ESLint configurations for a complete Next.js, React, TypeScript, and a11y linting setup.",
"keywords": [
"tcd-devkit",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-presets/eslint-preset-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tcd-devkit/eslint-preset-node

## 0.1.6

### Patch Changes

- Updated dependencies [[`d8506dd`](https://github.com/TheCodeDestroyer/devkit/commit/d8506dddcbf367d8d37fa8e04af882e683c025b3)]:
- @tcd-devkit/eslint-config-ts@0.1.4
- @tcd-devkit/eslint-config-import-ts@0.1.4

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-presets/eslint-preset-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/eslint-preset-node",
"version": "0.1.5",
"version": "0.1.6",
"description": "Comprehensive ESLint Flat Configuration Preset for Node.js projects. This preset bundles various @tcd-devkit ESLint configurations for a robust Node.js and TypeScript linting setup.",
"keywords": [
"tcd-devkit",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/eslint-config-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tcd-devkit/eslint-config-ts

## 0.1.4

### Patch Changes

- [#40](https://github.com/TheCodeDestroyer/devkit/pull/40) [`d8506dd`](https://github.com/TheCodeDestroyer/devkit/commit/d8506dddcbf367d8d37fa8e04af882e683c025b3) Thanks [@TheCodeDestroyer](https://github.com/TheCodeDestroyer)! - Disable attribute checking for void promises

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcd-devkit/eslint-config-ts",
"version": "0.1.3",
"version": "0.1.4",
"description": "ESLint Flat Configuration for TypeScript. This package provides base TypeScript linting rules using `typescript-eslint`, enforcing consistent code style and best practices for TypeScript projects.",
"keywords": [
"tcd-devkit",
Expand Down