{"id":671,"date":"2026-06-20T17:18:48","date_gmt":"2026-06-20T08:18:48","guid":{"rendered":"https:\/\/tako.nakano.net\/blog\/?p=671"},"modified":"2026-06-20T17:18:51","modified_gmt":"2026-06-20T08:18:51","slug":"aside-v1-5-0-migration-guide","status":"publish","type":"post","link":"https:\/\/tako.nakano.net\/blog\/2026\/06\/aside-v1-5-0-migration-guide\/","title":{"rendered":"ASIDE v1.5.0 Migration Guide"},"content":{"rendered":"<h1>ASIDE v1.5.0 \u3078\u306e\u79fb\u884c\u30ac\u30a4\u30c9<\/h1>\n<p>English follows Japanese.<\/p>\n<h2>\u6982\u8981<\/h2>\n<p>ASIDE \u306e \u30d0\u30fc\u30b8\u30e7\u30f3 v1.5.0 \u672a\u6e80\u306f\u4ee5\u4e0b\u306e\u554f\u984c\u304c\u3042\u3063\u305f\u3002<\/p>\n<ul>\n<li>ESlint \u306e config \u304c <code>.eslintrc.json<\/code> \u5f62\u5f0f\u306e\u307e\u307e\u3060\u3063\u305f\n<ul>\n<li>ESlint \u306f v9 \u7cfb\u304b\u3089 Flat Config \u5f62\u5f0f\u3092\u63a8\u5968\u3057\u3066\u3044\u308b\u304c\u3001\u672a\u5bfe\u5fdc<\/li>\n<li>v8 \u7cfb\u306e 8.57.1 \u3067\u6b62\u307e\u3063\u3066\u3044\u305f<\/li>\n<\/ul>\n<\/li>\n<li>gts \u306e\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u3063\u3066\u3044\u305f\n<ul>\n<li>gts 7.0.0 \u304b\u3089 ESlint \u306e 9.37.0 \u304c\u63a1\u7528\u3055\u308c\u3066\u3044\u308b\u304c\u3001\u4e0a\u8a18\u306e\u7406\u7531\u3067 lint \u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3059\u308b<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>ASIDE 1.5.0 \u306f\u3001<code>eslint.config.js<\/code> \u7b49\u3092\u63d0\u4f9b\u3059\u308b\u3088\u3046\u306b\u306a\u3063\u305f\u305f\u3081\u3001\u300c\u65b0\u3057\u3044\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u4f5c\u308b\u300d\u5834\u5408\u306f\u554f\u984c\u306a\u3044\u3002<br \/>\n\u65e2\u5b58\u306e v1.4.6 \u4ee5\u4e0b\uff081.5.0\u672a\u6e80\uff09\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092 v1.5.0 \u4ee5\u4e0a\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3059\u308b\u5834\u5408\u306b\u3069\u306e\u3088\u3046\u306b\u3059\u308c\u3070\u826f\u3044\u304b\u3001\u5b9f\u969b\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u305f\u969b\u306e\u624b\u9806\u3092\u307e\u3068\u3081\u308b\u3002<\/p>\n<h2>\u30d5\u30a1\u30a4\u30eb\u306e\u6e96\u5099<\/h2>\n<h3><code>tsconfig.json<\/code> \u306e\u66f4\u65b0<\/h3>\n<p>\u5909\u66f4\u70b9:<\/p>\n<ul>\n<li><code>\"moduleResolution\": \"bundler\",<\/code> \u306b\u5909\u66f4<\/li>\n<li><code>\"lib\": [\"es2020\", \"dom\"],<\/code> \u3068\u306a\u308a <code>\"dom\"<\/code> \u304c\u8ffd\u52a0<\/li>\n<li><code>\"types\": [\"jest\", \"node\", \"google-apps-script\"]<\/code> \u304c\u8ffd\u52a0<\/li>\n<\/ul>\n<pre><code class=\"language-diff\">--- tsconfig.json       2025-07-26 18:54:37.959618437 +0900\n+++ ..\/aside_v1.5.0_test\/tsconfig.json  2026-06-20 12:57:13.365750560 +0900\n@@ -2,8 +2,8 @@\n   \"compilerOptions\": {\n     \"target\": \"es2020\",\n     \"module\": \"es2020\",\n-    \"lib\": [\"es2020\"],\n-    \"moduleResolution\": \"node\",\n+    \"lib\": [\"es2020\", \"dom\"],\n+    \"moduleResolution\": \"bundler\",\n     \"outDir\": \"dist\",\n     \"rootDir\": \".\",\n     \"strict\": true,\n@@ -12,7 +12,8 @@\n     \"forceConsistentCasingInFileNames\": true,\n     \"resolveJsonModule\": true,\n     \"allowUnreachableCode\": false,\n-    \"allowUnusedLabels\": false\n+    \"allowUnusedLabels\": false,\n+    \"types\": [\"jest\", \"node\", \"google-apps-script\"]\n   },\n   \"include\": [\"src\/**\/*\", \"test\/**\/*\", \"rollup.config.mjs\"]\n }\n<\/code><\/pre>\n<h3><code>.eslintrc.json<\/code> \u304b\u3089 <code>eslint.config.js<\/code> \u3078\u306e\u79fb\u884c<\/h3>\n<p><code>.eslintrc.json<\/code> \u3092\u524a\u9664\u3057\u3001\u4ee5\u4e0b\u306e\u5185\u5bb9\u3067 <code>eslint.config.js<\/code> \u3092\u4f5c\u6210\u3059\u308b\u3002\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u5185\u5bb9\u3092\u5909\u66f4\u3059\u308b\u3002<\/p>\n<pre><code class=\"language-json\">{\n  \"env\": {\n    \"browser\": true,\n    \"node\": true,\n    \"es2020\": true\n  },\n  \"extends\": [\".\/node_modules\/gts\", \"prettier\"],\n  \"overrides\": [],\n  \"parserOptions\": {\n    \"ecmaVersion\": \"latest\",\n    \"sourceType\": \"module\",\n    \"project\": \".\/tsconfig.json\"\n  },\n  \"plugins\": [\"prettier\"],\n  \"rules\": {\n    \"prettier\/prettier\": \"error\"\n  },\n  \"ignorePatterns\": [\"template\/**\/*\", \"template-ui\/**\/*\"]\n}\n<\/code><\/pre>\n<p>\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067\u3042\u3063\u305f\u3002<\/p>\n<ul>\n<li>env, plugins \u90e8\u5206\u306f\u524a\u9664<\/li>\n<li>project \u306f\u305d\u306e\u307e\u307e<\/li>\n<li>gts \u306f extends \u306e\u4ee3\u308f\u308a\u306b require<\/li>\n<li>ignorePatterns \u306f\u3001<code>eslint.ignores.js<\/code> \u306b\u79fb\u52d5\uff08\u5f8c\u8ff0\uff09<\/li>\n<\/ul>\n<pre><code class=\"language-javascript\">let customConfig = [];\nlet hasIgnoresFile = false;\ntry {\n  require.resolve('.\/eslint.ignores.cjs');\n  hasIgnoresFile = true;\n} catch {\n  \/\/ eslint.ignores.cjs doesn't exist\n}\n\nif (hasIgnoresFile) {\n  const ignores = require('.\/eslint.ignores.cjs');\n  customConfig = [{ignores}];\n} else {\n  try {\n    require.resolve('.\/eslint.ignores.js');\n    const ignores = require('.\/eslint.ignores.js');\n    customConfig = [{ignores}];\n  } catch {\n    \/\/ eslint.ignores.js doesn't exist\n  }\n}\n\nmodule.exports = [\n  ...customConfig,\n  ...require('gts'),\n  {\n    files: ['**\/*.ts', '**\/*.tsx'],\n    languageOptions: {\n      parserOptions: {\n        project: ['.\/tsconfig.json'],\n      },\n    },\n  },\n];\n<\/code><\/pre>\n<h3><code>.eslintignore<\/code> \u304b\u3089 <code>eslint.ignores.js<\/code> \u3078\u306e\u79fb\u884c<\/h3>\n<p><code>.eslintignore<\/code> \u3092\u524a\u9664\u3057\u3001\u4ee5\u4e0b\u306e\u5185\u5bb9\u3067 <code>eslint.ignores.js<\/code> \u3092\u4f5c\u6210\u3059\u308b\u3002\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u5185\u5bb9\u3092\u5909\u66f4\u3059\u308b\u3002<\/p>\n<pre><code class=\"language-javascript\">module.exports = [\n  '**\/node_modules\/**',\n  '**\/.angular\/**',\n  '**\/dist\/**',\n  '**\/coverage\/**',\n  '**\/out-tsc\/**',\n  '**\/tmp\/**',\n  '**\/build\/**',\n  '**\/*.log',\n  '**\/template\/**',\n  '**\/template-ui\/**',\n];\n<\/code><\/pre>\n<h3><code>.prettierrc.json<\/code> \u304b\u3089 <code>.prettierrc.js<\/code> \u3078\u306e\u79fb\u884c<\/h3>\n<p><code>.prettierrc.json<\/code> \u3092\u524a\u9664\u3057\u3001\u4ee5\u4e0b\u306e\u5185\u5bb9\u3067 <code>.prettierrc.js<\/code> \u3092\u4f5c\u6210\u3059\u308b\u3002\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u5185\u5bb9\u3092\u5909\u66f4\u3059\u308b\u3002<\/p>\n<p>gts \u306e <code>.prettierrc.json<\/code> \u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u308b\u3002<\/p>\n<pre><code class=\"language-javascript\">module.exports = {\n  ...require('gts\/.prettierrc.json'),\n  overrides: [\n    {\n      files: '*.html',\n      options: {\n        parser: 'angular',\n        printWidth: 100,\n      },\n    },\n  ],\n};\n<\/code><\/pre>\n<h2>\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3001<code>package.json<\/code> \u306e\u66f4\u65b0<\/h2>\n<p>\u30e1\u30b8\u30e3\u30fc\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u304c\u884c\u308f\u308c\u3001\u304b\u3064\u3001\u52d5\u4f5c\u5f71\u97ff\u304c\u5927\u304d\u3044\u4ee5\u4e0b\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3059\u308b\u3002<\/p>\n<pre><code class=\"language-shell\">npm install eslint@10.5.0 gts@7.0.0 @typescript-eslint\/eslint-plugin@8.61.1\n<\/code><\/pre>\n<p>\u305d\u306e\u5f8c<\/p>\n<pre><code class=\"language-shell\">npm run lint &amp;&amp; npm run test &amp;&amp; npm run build\n<\/code><\/pre>\n<p>\u3092\u5b9f\u884c\u3057\u3001\u30a8\u30e9\u30fc\u304c\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u3002<\/p>\n<p>\u8a66\u9a13\u3057\u305f\u74b0\u5883\u3067\u306f\u3001linter \u306e\u7656\u304c\u5909\u308f\u3063\u305f\u305f\u3081\u3001\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306b\u5dee\u5206\u304c\u767a\u751f\u3057\u305f\u306e\u3067\u3001\u305d\u306e\u5dee\u5206\u3092\u30b3\u30df\u30c3\u30c8\u3057\u305f\u3002<\/p>\n<p><code>{}<\/code> \u5185\u306e\u30b9\u30da\u30fc\u30b9\u304c\u524a\u9664\u3055\u308c\u3066\u3044\u308b\u3002<\/p>\n<p>\u305d\u306e\u4ed6\u3001\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u3001clasp, @types\/google-apps-script, typescript, jest, ts-jest, rollup-plugin-typescript2, eslint-&#8230; \u306a\u3069\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3082\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3059\u308b\u3002<\/p>\n<p>\u8a66\u9a13\u3057\u305f\u74b0\u5883\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3064\u3064\u3001<code>npm run lint &amp;&amp; npm run test &amp;&amp; npm run build<\/code> \u3092\u5b9f\u884c\u3057\u3001\u30a8\u30e9\u30fc\u304c\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u305f\u3002<\/p>\n<pre><code class=\"language-shell\">npm update typescript\nnpm update clasp @types\/google-apps-script\nnpm update jest ts-jest\nnpm update rollup-plugin-typescript2\n<\/code><\/pre>\n<h2>\u30e1\u30e2<\/h2>\n<pre><code class=\"language-shell\">npx @google\/aside init\n<\/code><\/pre>\n<pre><code>\u2714 Generate package.json? \u2026 No \/ Yes\n\u2714 Adding scripts...\n\u2714 Saving package.json...\n\u2714 Installing dependencies...\n\u2714 Installing src template...\n\u2714 Installing test template...\n\u2714 Script ID (optional): \u2026 \n\u2714 Script ID for production environment (optional): \u2026 \n\u2714 Creating aside_v1.5.0_test...\n\n-&gt; Google Sheets Link: https:\/\/drive.google.com\/open?id=...\n-&gt; Apps Script Link: https:\/\/script.google.com\/d\/...\/edit\n\nnpm notice\nnpm notice New minor version of npm available! 11.12.1 -&gt; 11.17.0\nnpm notice Changelog: https:\/\/github.com\/npm\/cli\/releases\/tag\/v11.17.0\nnpm notice To update run: npm install -g npm@11.17.0\nnpm notice\n<\/code><\/pre>\n<pre><code class=\"language-shell\"># \u30a8\u30e9\u30fc\u306a\u3057\nnpm run deploy\n<\/code><\/pre>\n<p><code>ls<\/code> \u3059\u308b\u3068\u30eb\u30fc\u30c8\u30ec\u30d9\u30eb\u306e\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u3067\u3042\u308b\u3002<\/p>\n<pre><code>LICENSE\nappsscript.json\ndist\neslint.config.js\neslint.ignores.js\njest.config.json\nlicense-config.json\nlicense-header.txt\nnode_modules\npackage-lock.json\npackage.json\nrollup.config.mjs\nsrc\ntest\ntsconfig.json\n<\/code><\/pre>\n<hr \/>\n<h1>ASIDE v1.5.0 Migration Guide<\/h1>\n<h2>Overview<\/h2>\n<p>Versions of ASIDE prior to v1.5.0 had the following issues:<\/p>\n<ul>\n<li>The ESLint config was in the <code>.eslintrc.json<\/code> format.\n<ul>\n<li>ESLint has recommended the Flat Config format since v9, but it was not supported.<\/li>\n<li>It was locked to ESLint v8.57.1.<\/li>\n<\/ul>\n<\/li>\n<li>Compatibility with <code>gts<\/code> was broken.\n<ul>\n<li>From version gts 7.0.0, ESLint 9.37.0 has been adopted, but due to the reason above, running the <code>lint<\/code> command fails.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Since ASIDE v1.5.0 now provides <code>eslint.config.js<\/code>, there are no issues when creating a new project.<br \/>\nThis guide outlines the actual steps to take when upgrading an existing project from v1.4.6 or below (under v1.5.0) to v1.5.0 or above.<\/p>\n<h2>Preparing Files<\/h2>\n<h3>Updating <code>tsconfig.json<\/code><\/h3>\n<p>Changes:<\/p>\n<ul>\n<li>Changed <code>\"moduleResolution\": \"node\"<\/code> to <code>\"moduleResolution\": \"bundler\"<\/code>.<\/li>\n<li><code>\"dom\"<\/code> was added, resulting in <code>\"lib\": [\"es2020\", \"dom\"]<\/code>.<\/li>\n<li><code>\"types\": [\"jest\", \"node\", \"google-apps-script\"]<\/code> was added.<\/li>\n<\/ul>\n<pre><code class=\"language-diff\">--- tsconfig.json       2025-07-26 18:54:37.959618437 +0900\n+++ ..\/aside_v1.5.0_test\/tsconfig.json  2026-06-20 12:57:13.365750560 +0900\n@@ -2,8 +2,8 @@\n   \"compilerOptions\": {\n     \"target\": \"es2020\",\n     \"module\": \"es2020\",\n-    \"lib\": [\"es2020\"],\n-    \"moduleResolution\": \"node\",\n+    \"lib\": [\"es2020\", \"dom\"],\n+    \"moduleResolution\": \"bundler\",\n     \"outDir\": \"dist\",\n     \"rootDir\": \".\",\n     \"strict\": true,\n@@ -12,7 +12,8 @@\n     \"forceConsistentCasingInFileNames\": true,\n     \"resolveJsonModule\": true,\n     \"allowUnreachableCode\": false,\n-    \"allowUnusedLabels\": false\n+    \"allowUnusedLabels\": false,\n+    \"types\": [\"jest\", \"node\", \"google-apps-script\"]\n   },\n   \"include\": [\"src\/**\/*\", \"test\/**\/*\", \"rollup.config.mjs\"]\n }\n<\/code><\/pre>\n<h3>Migrating from <code>.eslintrc.json<\/code> to <code>eslint.config.js<\/code><\/h3>\n<p>Delete <code>.eslintrc.json<\/code> and create <code>eslint.config.js<\/code> with the following content. Modify the content as necessary.<\/p>\n<p>The original <code>.eslintrc.json<\/code> had a structure like:<\/p>\n<pre><code class=\"language-json\">{\n  \"env\": {\n    \"browser\": true,\n    \"node\": true,\n    \"es2020\": true\n  },\n  \"extends\": [\".\/node_modules\/gts\", \"prettier\"],\n  \"overrides\": [],\n  \"parserOptions\": {\n    \"ecmaVersion\": \"latest\",\n    \"sourceType\": \"module\",\n    \"project\": \".\/tsconfig.json\"\n  },\n  \"plugins\": [\"prettier\"],\n  \"rules\": {\n    \"prettier\/prettier\": \"error\"\n  },\n  \"ignorePatterns\": [\"template\/**\/*\", \"template-ui\/**\/*\"]\n}\n<\/code><\/pre>\n<p>Key changes:<\/p>\n<ul>\n<li><code>env<\/code> and <code>plugins<\/code> sections are removed.<\/li>\n<li><code>project<\/code> remains the same.<\/li>\n<li><code>gts<\/code> is required instead of referenced in <code>extends<\/code>.<\/li>\n<li><code>ignorePatterns<\/code> is moved to <code>eslint.ignores.js<\/code> (explained below).<\/li>\n<\/ul>\n<pre><code class=\"language-javascript\">let customConfig = [];\nlet hasIgnoresFile = false;\ntry {\n  require.resolve('.\/eslint.ignores.cjs');\n  hasIgnoresFile = true;\n} catch {\n  \/\/ eslint.ignores.cjs doesn't exist\n}\n\nif (hasIgnoresFile) {\n  const ignores = require('.\/eslint.ignores.cjs');\n  customConfig = [{ignores}];\n} else {\n  try {\n    require.resolve('.\/eslint.ignores.js');\n    const ignores = require('.\/eslint.ignores.js');\n    customConfig = [{ignores}];\n  } catch {\n    \/\/ eslint.ignores.js doesn't exist\n  }\n}\n\nmodule.exports = [\n  ...customConfig,\n  ...require('gts'),\n  {\n    files: ['**\/*.ts', '**\/*.tsx'],\n    languageOptions: {\n      parserOptions: {\n        project: ['.\/tsconfig.json'],\n      },\n    },\n  },\n];\n<\/code><\/pre>\n<h3>Migrating from <code>.eslintignore<\/code> to <code>eslint.ignores.js<\/code><\/h3>\n<p>Delete <code>.eslintignore<\/code> and create <code>eslint.ignores.js<\/code> with the following content. Modify the content as necessary.<\/p>\n<pre><code class=\"language-javascript\">module.exports = [\n  '**\/node_modules\/**',\n  '**\/.angular\/**',\n  '**\/dist\/**',\n  '**\/coverage\/**',\n  '**\/out-tsc\/**',\n  '**\/tmp\/**',\n  '**\/build\/**',\n  '**\/*.log',\n  '**\/template\/**',\n  '**\/template-ui\/**',\n];\n<\/code><\/pre>\n<h3>Migrating from <code>.prettierrc.json<\/code> to <code>.prettierrc.js<\/code><\/h3>\n<p>Delete <code>.prettierrc.json<\/code> and create <code>.prettierrc.js<\/code> with the following content. Modify the content as necessary.<\/p>\n<p>It is configured to extend the .prettierrc.json from the gts package.<\/p>\n<pre><code class=\"language-javascript\">module.exports = {\n  ...require('gts\/.prettierrc.json'),\n  overrides: [\n    {\n      files: '*.html',\n      options: {\n        parser: 'angular',\n        printWidth: 100,\n      },\n    },\n  ],\n};\n<\/code><\/pre>\n<h2>Package Updates and Updating <code>package.json<\/code><\/h2>\n<p>Install and update the following key packages, which undergo major version upgrades and have a significant impact on behavior:<\/p>\n<pre><code class=\"language-shell\">npm install eslint@10.5.0 gts@7.0.0 @typescript-eslint\/eslint-plugin@8.61.1\n<\/code><\/pre>\n<p>Afterward, run the following commands and confirm there are no errors:<\/p>\n<pre><code class=\"language-shell\">npm run lint &amp;&amp; npm run test &amp;&amp; npm run build\n<\/code><\/pre>\n<p>In the environment we tested, differences occurred in the source code due to changes in linter formatting rules (e.g., spaces inside <code>{}<\/code> were removed), so we committed those changes.<\/p>\n<p>As necessary, update other packages such as <code>clasp<\/code>, <code>@types\/google-apps-script<\/code>, <code>typescript<\/code>, <code>jest<\/code>, <code>ts-jest<\/code>, <code>rollup-plugin-typescript2<\/code>, <code>eslint-...<\/code>, etc.<\/p>\n<p>In our test environment, we updated the packages with the following commands while ensuring that <code>npm run lint &amp;&amp; npm run test &amp;&amp; npm run build<\/code> completed successfully without any errors:<\/p>\n<pre><code class=\"language-shell\">npm update typescript\nnpm update clasp @types\/google-apps-script\nnpm update jest ts-jest\nnpm update rollup-plugin-typescript2\n<\/code><\/pre>\n<h2>Notes<\/h2>\n<pre><code class=\"language-shell\">npx @google\/aside init\n<\/code><\/pre>\n<pre><code>\u2714 Generate package.json? \u2026 No \/ Yes\n\u2714 Adding scripts...\n\u2714 Saving package.json...\n\u2714 Installing dependencies...\n\u2714 Installing src template...\n\u2714 Installing test template...\n\u2714 Script ID (optional): \u2026 \n\u2714 Script ID for production environment (optional): \u2026 \n\u2714 Creating aside_v1.5.0_test...\n\n-&gt; Google Sheets Link: https:\/\/drive.google.com\/open?id=...\n-&gt; Apps Script Link: https:\/\/script.google.com\/d\/...\/edit\n\nnpm notice\nnpm notice New minor version of npm available! 11.12.1 -&gt; 11.17.0\nnpm notice Changelog: https:\/\/github.com\/npm\/cli\/releases\/tag\/v11.17.0\nnpm notice To update run: npm install -g npm@11.17.0\nnpm notice\n<\/code><\/pre>\n<pre><code class=\"language-shell\"># No errors\nnpm run deploy\n<\/code><\/pre>\n<p>Running <code>ls<\/code> reveals the following files at the root level:<\/p>\n<pre><code>LICENSE\nappsscript.json\ndist\neslint.config.js\neslint.ignores.js\njest.config.json\nlicense-config.json\nlicense-header.txt\nnode_modules\npackage-lock.json\npackage.json\nrollup.config.mjs\nsrc\ntest\ntsconfig.json\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>ASIDE v1.5.0 \u3078\u306e\u79fb\u884c\u30ac\u30a4\u30c9 English follows Japanese. \u6982\u8981 ASIDE \u306e \u30d0\u30fc\u30b8\u30e7\u30f3 v1.5.0 \u672a\u6e80\u306f\u4ee5\u4e0b\u306e\u554f\u984c\u304c\u3042\u3063\u305f\u3002 ESlint \u306e config \u304c .eslint [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[3],"tags":[],"class_list":["post-671","post","type-post","status-publish","format-standard","hentry","category-misc"],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p4dIdP-aP","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tako.nakano.net\/blog\/wp-json\/wp\/v2\/posts\/671","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tako.nakano.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tako.nakano.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tako.nakano.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tako.nakano.net\/blog\/wp-json\/wp\/v2\/comments?post=671"}],"version-history":[{"count":6,"href":"https:\/\/tako.nakano.net\/blog\/wp-json\/wp\/v2\/posts\/671\/revisions"}],"predecessor-version":[{"id":677,"href":"https:\/\/tako.nakano.net\/blog\/wp-json\/wp\/v2\/posts\/671\/revisions\/677"}],"wp:attachment":[{"href":"https:\/\/tako.nakano.net\/blog\/wp-json\/wp\/v2\/media?parent=671"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tako.nakano.net\/blog\/wp-json\/wp\/v2\/categories?post=671"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tako.nakano.net\/blog\/wp-json\/wp\/v2\/tags?post=671"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}