Skip to content

feat(rules): natural-order rule#38

Open
moritzjacobs wants to merge 4 commits intomainfrom
natural-order
Open

feat(rules): natural-order rule#38
moritzjacobs wants to merge 4 commits intomainfrom
natural-order

Conversation

@moritzjacobs
Copy link
Contributor

Copy link
Member

@jhnns jhnns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't really check the code, but from a user perspective I'd expect the config object to look more like this:

{
	"strict": true,
	"rules": {
		"order": "natural"
	}
}

As soon as there's the possibility to specify an invalid configuration, people will do it 😁

namespace: namespace.substr(4),
entry,
};
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍 😁

@moritzjacobs
Copy link
Contributor Author

Good point. This is so old, I can do my own review and maybe get this done :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: Group scripts

2 participants