Skip to content
Draft
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
Binary file modified .yarn/install-state.gz
Binary file not shown.
Empty file removed packages/.gitkeep
Empty file.
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 @@
# @kunalnagarco/eslint-config

## 2.3.0

### Minor Changes

- Refactor ESLint package to remove TypeScript

## 2.2.0

### Minor Changes
Expand Down
9 changes: 2 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"name": "@kunalnagarco/eslint-config",
"version": "2.2.0",
"version": "2.3.0",
"description": "An ESLint configuration for use across javascript projects",
"files": [
"dist"
],
"repository": {
"url": "git+https://github.com/kunalnagarco/ui.git"
},
Expand Down Expand Up @@ -36,12 +33,10 @@
"provenance": true
},
"scripts": {
"build": "rimraf dist && tsc",
"pack:run": "yarn pack"
},
"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.0.4"
"rimraf": "^5.0.5"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=6.x",
Expand Down
10 changes: 0 additions & 10 deletions packages/eslint-config/tsconfig.json

This file was deleted.

1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ __metadata:
resolution: "@kunalnagarco/eslint-config@workspace:packages/eslint-config"
dependencies:
rimraf: "npm:^5.0.5"
typescript: "npm:^5.0.4"
peerDependencies:
"@typescript-eslint/eslint-plugin": ">=6.x"
"@typescript-eslint/parser": ">=6.x"
Expand Down