Skip to content

Commit

Permalink
Update new ESLint package (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalnagar authored Feb 10, 2024
1 parent bf69eee commit 43b3cc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
Expand Down
5 changes: 5 additions & 0 deletions .changeset/sweet-bikes-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kunalnagarco/eslint-config": minor
---

Remove comment
1 change: 0 additions & 1 deletion packages/eslint-config/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Temp
module.exports = {
extends: ['react-app', 'react-app/jest', 'prettier'],
plugins: ['import'],
Expand Down

0 comments on commit 43b3cc1

Please sign in to comment.