This repository was archived by the owner on Jul 15, 2021. It is now read-only.
Release v7.0.0
Changed
- Added
allow-pascal-caseoption tovariable-namerule to allow variable names such asPascalCasebecause they often appear in situations where you are defining classes or models viaconstorlet(e.g., graphql-tools makeExecutableSchema() - Removed
{"regex": "^I.*$"}frominterfacesection ofext-variable-namerule since interfaces in external typings almost never follow this convention
Fixed
- Remove codelyzer peerDependency as it was causing warnings when installing this
module in non-Angular projects