v1.4.4: GraphQL Naming Conventions
Added
- New GraphQL Rule:
require-pascal-case-types: Added strict naming convention rule for GraphQL types (Object, Input, Interface, Enum, Union) to require PascalCase. - New GraphQL Rule:
require-camel-case-fields: Added strict naming convention rule for GraphQL fields to require camelCase.
Chore
- CI/CD Hardening: Added
semantic-pr.ymlto strictly enforce conventional commits on all Pull Requests. - Security Scanning: Added
codeql.ymlto automatically run GitHub CodeQL SAST scans on every push to main and weekly schedules.
📦 Installation
npm install -g @mrjacket/smileView Full CHANGELOG