alphabeticalScripts
Ensures that all scripts within a project are ordered alphabetically.
Usage
import { alphabeticalScripts } from "@monorepolint/rules";
export default {
rules: [
alphabeticalScripts({}),
],
};
Reference
For more information and to view the source code of this rule, please visit the rule source on the Monorepo Lint repository.