Skip to content

Commit

Permalink
Rewrite rule to handle almost all Compiled APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
dddlr committed Dec 4, 2024
1 parent f63b99d commit b048f52
Show file tree
Hide file tree
Showing 4 changed files with 990 additions and 271 deletions.
4 changes: 3 additions & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
"src"
],
"dependencies": {
"@compiled/utils": "^0.13.0"
"@compiled/utils": "^0.13.0",
"estraverse": "^5.3.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.8",
"@types/estraverse": "^5.1.7",
"@types/estree": "^1.0.3",
"@types/estree-jsx": "^1.0.2",
"@typescript-eslint/parser": "^5.59.8",
Expand Down
Loading

0 comments on commit b048f52

Please sign in to comment.