Examples: - https://github.com/germanfrelo/wp-theme-template/blob/main/package.json - https://github.com/search?q=org%3Amdn+path%3A**%2Fpackage.json&type=code - https://github.com/search?q=org%3Abrowserslist%20path%3A**%2Fpackage.json&type=code - https://github.com/search?q=user%3Aai+path%3A**%2Fpackage.json&type=code - https://github.com/search?q=user%3Asindresorhus+path%3A**%2Fpackage.json&type=code - https://github.com/mdn/content/blob/main/package.json - Replace scripts with `lint` (`lint:css`, `lint:js`, etc.) with `test`? - https://github.blog/engineering/scripts-to-rule-them-all/ - https://github.com/eslint/eslint/issues/14827 - https://github.com/stylelint/stylelint-demo/blob/main/package.json - https://github.com/WordPress/gutenberg/blob/trunk/package.json - https://github.com/refined-github/refined-github
Examples:
lint(lint:css,lint:js, etc.) withtest?