Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 680 Bytes

File metadata and controls

32 lines (21 loc) · 680 Bytes

eslint-plugin-php

0.1.0

Minor Changes

  • 6943861: Add require-type-annotations rule
  • 58e504c: Add disallow-references rule
  • d444598: Add no-final rule
  • bd7e350: Add PHPSourceCode.findClosestKeyword util
  • 2ac36fb: Support eslint directives and inline configs
  • b233df9: Add require-visibility rule
  • 7e264d9: Add recommended config

Patch Changes

  • 5c0c1ba: Add missing use-cases to disallow-references rule

0.0.2

Patch Changes

  • b9d60f2: Correct documentation for fixable rules

0.0.1

Patch Changes

  • 623cbb5: Initial version
  • 9df6732: Add eqeqeq rule
  • 7100c88: Add usage documentation
  • b9e32e8: Add no-array-keyword rule