Releases: LIN3S/CS
Releases · LIN3S/CS
v0.7.5
v0.7.4
- Restored the
allocine/twigcs
as required dependency - Made library compatible with the last requirements around Symfony Process
- Fixed bug with
.eslintrc.js
and.stylelintrc.js
files when there are disabled in theparameters.yml
v0.7.3
- Made library compatible with Symfony 4
v0.7.2
- Fixed dependencies
v0.7.1
- Made compatible with Symfony v4
v0.7.0
- Added TwigCS to lint the Twig files.
- Added installation steps when the ESLint or Stylelint are not installed in the machine.
- Added JsonParserErrorException to make more human readable the .eslintrc.js and .stylelintrc.js parser errors.
- [BC break] Removed output params and made more strict CS Application.
v0.6.4
- Fixed
.eslintrc.js
bug related with the invalid json format.
v0.6.3
- Fixed
.eslintrc.js
bug related with the invalid json format.
v0.6.2
- Fixed rule about "selector-pseudo-element-colon-notation". Now pseudo elements must be with double colon.
- Improved Readme's prerequisites section.
- Fixed bug related with the ESLint v4.0 configuration file.
v0.6.1
- Disabled
arrow-body-style
rule by default