Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Release v7.0.0

Compare
Choose a tag to compare
@nwronski nwronski released this 21 Jun 17:44
· 6 commits to master since this release

Changed

  • Added allow-pascal-case option to variable-name rule to allow variable names such as PascalCase because they often appear in situations where you are defining classes or models via const or let (e.g., graphql-tools makeExecutableSchema()
  • Removed {"regex": "^I.*$"} from interface section of ext-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