This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
Release v7.0.0
Changed
- Added
allow-pascal-case
option tovariable-name
rule to allow variable names such asPascalCase
because they often appear in situations where you are defining classes or models viaconst
orlet
(e.g., graphql-tools makeExecutableSchema() - Removed
{"regex": "^I.*$"}
frominterface
section ofext-variable-name
rule 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