From c4e6851c6c50c740e9dee56ef158a54268ff8f8b Mon Sep 17 00:00:00 2001 From: Andrew Kirwin Date: Fri, 8 Nov 2024 21:50:29 +0000 Subject: [PATCH] remove intl --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39296e3..8236c87 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", "lint:css": "stylelint '**/*.css'", "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"", - "lint:fix": "npm run lint:css:fix; npm run lint:hbs:fix; npm run lint:js:fix; npm run lint:intl:fix; npm run lint:prettier:fix", + "lint:fix": "npm run lint:css:fix; npm run lint:hbs:fix; npm run lint:js:fix; npm run lint:prettier:fix", "lint:hbs": "ember-template-lint .", "lint:hbs:fix": "ember-template-lint . --fix", "lint:js": "eslint . --cache",