Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit b563cfa

Browse files
committed
Release 3.2.0
1 parent 3f2bbc9 commit b563cfa

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# eslint-config-oraclejet 3.1.0
1+
# eslint-config-oraclejet 3.2.0
22

33
This package contains the ESLint configurations used by the Oracle JET project. These configurations come in two flavors:
44

@@ -93,7 +93,7 @@ The Airbnb ESLint config forbids the use of 'use strict' as Airbnb relies on [Ba
9393

9494
_ESLint rule change_: [comma-dangle](http://eslint.org/docs/rules/comma-dangle) is disabled.
9595

96-
Airbnb's (ES6) style guide mandates the use of dangling commas for the purpose of having cleaner git diffs. We find that dangling commas can be slightly less readable/more confusing for developers, so we prefer to optimize for reading over diff'ing.
96+
Airbnb's (ES6) style guide mandates the use of dangling commas for the purpose of having cleaner git diffs. We find that dangling commas can be slightly less readable/more confusing for developers, so we prefer to optimize for reading over dif'fing.
9797

9898
#### 2.4 Unresolved imports are (temporarily) allowed
9999

RELEASENOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## Release Notes for eslint-config-oraclejet ##
22

3+
### 3.2.0
4+
* No changes
5+
36
### 3.1.0
47
* No changes
58

69
### 3.0.0
7-
* Initial version
10+
* Initial version

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-oraclejet",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"license": "UPL-1.0",
55
"description": "JET Coding standards eslint config files",
66
"keywords": [
@@ -22,5 +22,5 @@
2222
{
2323
"fs-extra": "^2.0.0"
2424
},
25-
"jetdocversion": "310"
25+
"jetdocversion": "320"
2626
}

0 commit comments

Comments
 (0)