Skip to content

Commit

Permalink
fix: eslint (#111)
Browse files Browse the repository at this point in the history
* fix: eslint

* chore: add changeset
  • Loading branch information
thundermiracle authored Aug 14, 2023
1 parent 719e5ad commit 2080b04
Show file tree
Hide file tree
Showing 4 changed files with 605 additions and 138 deletions.
5 changes: 5 additions & 0 deletions .changeset/popular-elephants-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"filter-data": patch
---

fix: eslint
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"homepage": "https://github.com/thundermiracle/filter-data#readme",
"scripts": {
"eslint:src": "eslint src/**/*.ts",
"eslint:test": "eslint __test__/**/*.ts",
"eslint:src": "eslint src/",
"eslint:test": "eslint __test__/",
"eslint": "pnpm eslint:src && pnpm eslint:test",
"jest": "jest",
"type-check": "tsc --noEmit --project tsconfig.eslint.json",
Expand All @@ -68,10 +68,9 @@
"@swc/core": "^1.3.73",
"@swc/jest": "^0.2.27",
"@types/jest": "^29.5.3",
"@types/match-sorter": "^6.0.0",
"@types/node": "^18.17.1",
"@types/ramda": "^0.29.3",
"@web-configs/eslint-plugin": "^0.5.1",
"@web-configs/eslint-plugin": "^0.5.2",
"@web-configs/prettier": "^0.1.2",
"eslint": "^8.46.0",
"fuse.js": "^6.6.2",
Expand Down
Loading

0 comments on commit 2080b04

Please sign in to comment.