Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Jan 23, 2024
1 parent f546a75 commit 1a5e199
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint packages --ext .ts",
"lint": "eslint . --ext .ts",
"prettier": "prettier --check packages",
"prettier-fix": "prettier --write packages",
"typecheck": "tsc --noEmit"
Expand Down
14 changes: 14 additions & 0 deletions sandbox/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.DS_Store
node_modules
styled-system
.env
.env.*
!.env.example

# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock

# Ignore panda errors cause that's what we're here for
/src/App.tsx

0 comments on commit 1a5e199

Please sign in to comment.