Skip to content

Commit

Permalink
Moved temp into src
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed Apr 22, 2024
1 parent 77b6ce6 commit 9e4ecb6
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"@typescript-eslint/no-explicit-any": "off",
"import/named": "off"
},
"ignorePatterns": ["./temp/*"]
"ignorePatterns": ["./src/temp/*"]
}
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const buildEslintCommand = (filenames) =>
.map((f) => path.relative(process.cwd(), f))
.join(" --file ")}`;

const ignoredFiles = ["temp/**/*"];
const ignoredFiles = ["src/temp/**/*"];

const eslintPattern = `!(${ignoredFiles.join(",")})*.{js,ts,jsx,tsx}`;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@tanstack/react-query": "^5.28.8",
"@tanstack/react-query-devtools": "^5.28.8",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"bindings-js": "file:./temp/stellar-xdr-web",
"bindings-js": "file:./src/temp/stellar-xdr-web",
"dompurify": "^3.0.11",
"html-react-parser": "^5.1.10",
"immer": "^10.0.4",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ binary-extensions@^2.0.0:
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==

"bindings-js@file:./temp/stellar-xdr-web":
"bindings-js@file:./src/temp/stellar-xdr-web":
version "0.0.0"

brace-expansion@^1.1.7:
Expand Down

0 comments on commit 9e4ecb6

Please sign in to comment.