All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This change log adheres to standards from Keep a CHANGELOG.
None
2.4.2 - 2021-09-08
- Change rule URL to
silverhand-iorepo
2.4.1 - 2021-09-07
- Allow
.sort()call which follows.slice()
2.4.0 - 2021-09-07
- Rename package to
@silverhand/eslint-plugin-fpfor further maintenance - Use pnpm for package management
- Upgrade dependecies and fix ESLint errors
2.3.0 - 2017-01-01
- Added
allowUseStrictoption tono-unused-expressionto allow'use strict';statements. - Use
eslint-ast-utilsto replace some logic.
- Allow properties named
argumentsinno-arguments. - Allow function expressions in
no-mutating-assign.
2.2.0 - 2016-08-31
- Added
no-valueof-fieldrule
2.1.0 - 2016-08-26
- Added
no-argumentsrule - Added
no-rest-parametersrule
2.0.0 - 2016-08-24
- Breaking: Removed support for Node < v4
- Added
no-proxyrule - Added
no-mutating-methodsrule - Added error reports when using
object.__defineSetter__()orobject.__defineGetter__()inno-get-setrule
- Fixed error in
no-mutating-assignreport message
1.3.0 - 2016-06-22
- Added
allowThisoption tono-mutation
1.2.0 - 2016-06-21
- Added
exceptionsoption tono-mutation - Added
no-eventsrule - Added
no-get-setrule
1.1.0 - 2016-06-16
- Added
no-deleterule - Added
no-nilrule - Added
no-unused-expressionrule
- Added
no-classrule - Added
no-letrule - Added
no-loopsrule - Added
no-mutating-assignrule - Added
no-mutationrule - Added
no-thisrule - Added
no-throwrule