Skip to content

Commit

Permalink
testing2
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Jun 12, 2024
1 parent 7936f6f commit c20cb10
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 840 deletions.
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
build/
packages/**/generated/*
target/types/*
**/*.js
target/types/*
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": "./node_modules/gts/",
"plugins": ["node"],
"rules": {
"semi": ["error", "never"],
"node/no-extraneous-import": ["error", {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/jest": "^29.5.12",
"@types/node": "^18.19.24",
"gts": "^5.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "11.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit c20cb10

Please sign in to comment.