Skip to content

Commit

Permalink
Denoのstd/pathに置き換える (VOICEVOX#2365)
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
sevenc-nanashi and Hiroshiba authored Nov 19, 2024
1 parent fee6a45 commit 8277e60
Show file tree
Hide file tree
Showing 22 changed files with 99 additions and 980 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ module.exports = {
plugins: ["import"],
parser: vueEslintParser,
parserOptions: vueEslintParserOptions,
ignorePatterns: ["dist_electron/**/*", "dist/**/*", "node_modules/**/*"],
ignorePatterns: [
"dist/**/*",
"dist_*/**/*",
"node_modules/**/*",
],
rules: {
"linebreak-style":
process.env.NODE_ENV === "production" && process.platform !== "win32"
Expand Down
Loading

0 comments on commit 8277e60

Please sign in to comment.