From 4acb7c3313e048402a4f423f25e8a7bc91c79c39 Mon Sep 17 00:00:00 2001 From: Andrew Kirwin Date: Fri, 8 Nov 2024 21:50:12 +0000 Subject: [PATCH] remove intl --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59fbce0..a5e0155 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",