Skip to content

Commit

Permalink
chore: lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 24, 2023
1 parent 1c002f9 commit fbd46e4
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 421 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -6,6 +6,7 @@
"unicorn/import-style": 0,
"unicorn/no-null": 0,
"@typescript-eslint/no-non-null-assertion": 0,
"indent": 0
"indent": 0,
"unicorn/prefer-string-replace-all": 0
}
}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -37,7 +37,7 @@
"@babel/types": "^7.21.5",
"@types/babel__core": "^7.20.0",
"@types/babel__template": "^7.4.1",
"@types/node": "^18.16.14",
"@types/node": "^20.2.3",
"@types/object-hash": "^3.0.2",
"@types/resolve": "^1.20.2",
"@types/semver": "^7.5.0",
Expand All @@ -58,7 +58,7 @@
"estree-walker": "^3.0.3",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
"mlly": "^1.2.1",
"mlly": "^1.3.0",
"object-hash": "^3.0.0",
"pathe": "^1.1.0",
"pirates": "^4.0.5",
Expand Down

0 comments on commit fbd46e4

Please sign in to comment.