Skip to content

Commit

Permalink
remove intl
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Nov 8, 2024
1 parent 32db93d commit 4dc86d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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",
Expand Down

0 comments on commit 4dc86d8

Please sign in to comment.