Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalnagar committed Sep 30, 2024
1 parent cb4c305 commit 408024b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 16 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
Empty file removed packages/.gitkeep
Empty file.
7 changes: 1 addition & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "@kunalnagarco/eslint-config",
"version": "2.2.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
File renamed without changes.
10 changes: 0 additions & 10 deletions packages/eslint-config/tsconfig.json

This file was deleted.

0 comments on commit 408024b

Please sign in to comment.