From 7f82c5aa90f6307dfabd8524ac386c170a7d527d Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 23 Dec 2023 13:37:24 -0500 Subject: [PATCH] Rename files --- addon/{.eslintrc.js => .eslintrc.cjs} | 0 addon/{.prettierrc.js => .prettierrc.cjs} | 0 addon/{.template-lintrc.js => .template-lintrc.cjs} | 0 addon/{rollup.config.js => rollup.config.mjs} | 0 package.json | 2 ++ 5 files changed, 2 insertions(+) rename addon/{.eslintrc.js => .eslintrc.cjs} (100%) rename addon/{.prettierrc.js => .prettierrc.cjs} (100%) rename addon/{.template-lintrc.js => .template-lintrc.cjs} (100%) rename addon/{rollup.config.js => rollup.config.mjs} (100%) diff --git a/addon/.eslintrc.js b/addon/.eslintrc.cjs similarity index 100% rename from addon/.eslintrc.js rename to addon/.eslintrc.cjs diff --git a/addon/.prettierrc.js b/addon/.prettierrc.cjs similarity index 100% rename from addon/.prettierrc.js rename to addon/.prettierrc.cjs diff --git a/addon/.template-lintrc.js b/addon/.template-lintrc.cjs similarity index 100% rename from addon/.template-lintrc.js rename to addon/.template-lintrc.cjs diff --git a/addon/rollup.config.js b/addon/rollup.config.mjs similarity index 100% rename from addon/rollup.config.js rename to addon/rollup.config.mjs diff --git a/package.json b/package.json index 6608b2cf..17a3b730 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,10 @@ "url": "git@github.com:ember-cli/ember-page-title.git" }, "scripts": { + "prepare": "pnpm build", "build": "pnpm --filter 'ember-page-title' build", "lint": "pnpm --filter '*' lint", + "lint:fix": "pnpm --filter '*' lint:fix", "test": "pnpm --filter '*' test" }, "devDependencies": {