Skip to content

Commit ed737c3

Browse files
committed
Update Changelog for v1.1
1 parent 7793334 commit ed737c3

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
## Unreleased
1+
## 1.1.0
22

33
### Added:
44

5+
- Added ESLint `eslint-plugin-import` plugin to enforce consistent ordering of `import` statements in JavaScript module files #219, #84
56
- Added ESLint `eslint-plugin-jsdoc` plugin #218
67
- Added ESLint `eslint-plugin-sort-destructure-keys` plugin #218
78

9+
### Changed:
10+
11+
- Make JSX property sorting case-insensitive #217
12+
813
## 1.0.0 (July 31, 2020)
914

1015
### Added:
@@ -101,7 +106,7 @@
101106
* Ensures there is no space between the operator and the variable it applies to
102107
* Added PSR12.Functions.NullableTypeDeclaration sniff
103108
* Ensures there is no space after the question mark in a nullable type declaration
104-
* Added new Generic.PHP.LowerCaseType sniff-Ensures PHP types used for type hints, return types, and type casting are lowercase
109+
* Added new Generic.PHP.LowerCaseType sniff-Ensures PHP types used for type hints, return types, and type casting are lowercase
105110
* Added new Generic.WhiteSpace.ArbitraryParenthesesSpacing sniff
106111
* Generates an error for whitespace inside parenthesis that don't belong to a function call/declaration or control structure
107112
* Generates a warning for any empty parenthesis found
@@ -112,8 +117,8 @@
112117
* Added new PSR12.Keywords.ShortFormTypeKeywords sniff
113118
* Ensures the short form of PHP types is used when type casting
114119
* Added new PSR12.Namespaces.CompundNamespaceDepth sniff
115-
* Ensures compound namespace use statements have a max depth of 2 levels
The max depth can be changed by setting the 'maxDepth' sniff property in a ruleset.xml file
116-
* Added new PSR12.Operators.OperatorSpacing sniff-Ensures operators are preceded and followed by at least 1 space
120+
* Ensures compound namespace use statements have a max depth of 2 levelsThe max depth can be changed by setting the 'maxDepth' sniff property in a ruleset.xml file
121+
* Added new PSR12.Operators.OperatorSpacing sniff-Ensures operators are preceded and followed by at least 1 space
117122
</details>
118123

119124
## 0.5.0 (May 22, 2018)

packages/eslint-config-humanmade/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Human Made coding standards for JavaScript.
44

55
## Installation
66

7-
This package is an ESLint shareable configuration, and requires: `babel-eslint`, `eslint`, `eslint-config-react-app`, `eslint-plugin-flowtype`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-jsdoc`, `eslint-plugin-react`, `eslint-plugin-react-hooks`.
7+
This package is an ESLint shareable configuration, and requires: `babel-eslint`, `eslint`, `eslint-config-react-app`, `eslint-plugin-flowtype`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-jsdoc`, `eslint-plugin-react`, `eslint-plugin-react-hooks`, `eslint-plugin-sort-destructure-keys`.
88

99
To install this config and the peerDependencies when using **npm 5+**:
1010

0 commit comments

Comments
 (0)