Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"line-length": false,
"table-column-style": false,
"ul-style": {
"style": "dash"
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {

lint files having `First-Class Component Templates` (fcct)

learn more [here](https://github.com/ember-template-imports/ember-template-imports)
learn more at [ember-template-imports](https://github.com/ember-template-imports/ember-template-imports)

> [!NOTE]
> special care should be used when setting up parsers, since they cannot be overwritten. thus they should be used in override only and specific to file types
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/order-in-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If you would like to specify ordering for a property type that is not listed, yo

### Additional Properties

You can find the full list of properties [here](../../lib/utils/property-order.js#L10).
You can find the full list of properties [in property-order.js](../../lib/utils/property-order.js#L10).

## Description

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/order-in-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you would like to specify ordering for a property type that is not listed, yo

### Additional Properties

You can find the full list of properties [here](../../lib/utils/property-order.js#L10).
You can find the full list of properties [in property-order.js](../../lib/utils/property-order.js#L10).

## Description

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/order-in-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you would like to specify ordering for a property type that is not listed, yo

### Additional Properties

You can find the full list of properties [here](../../lib/utils/property-order.js#L10).
You can find the full list of properties [in property-order.js](../../lib/utils/property-order.js#L10).

## Description

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/order-in-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ If you would like to specify ordering for a property type that is not listed, yo

### Additional Properties

You can find the full list of properties [here](../../lib/utils/property-order.js#L10).
You can find the full list of properties [in property-order.js](../../lib/utils/property-order.js#L10).

## Description

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"globals": "^16.4.0",
"jquery": "^3.7.1",
"jsdom": "^24.0.0",
"markdownlint-cli": "^0.42.0",
"markdownlint-cli": "^0.48.0",
"npm-package-json-lint": "^7.0.0",
"npm-run-all2": "^5.0.0",
"prettier": "^3.0.3",
Expand Down
Loading
Loading