Skip to content

Commit 614b304

Browse files
author
Jannik Zschiesche
committed
Allow ++ in JS/TS code.
1 parent 7dfbfef commit 614b304

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
* (bc) Remove `disableChunkSplitting()`, chunk splitting is now always disabled. Use code splitting instead.
3131
* (improvement) Enable `cache-loader`, which might speed up the webpack build.
3232
* (improvement) Bump required node version to 12.
33+
* (internal) Bumped all dependencies.
34+
* (improvement) Allow `++` in JS/TS code.
3335

3436

3537
8.1.0

configs/.eslintrc.yml

-3
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@ rules:
173173
'no-multiple-empty-lines': warn
174174
'no-nested-ternary': error
175175
'no-new-object': error
176-
'no-plusplus':
177-
- error
178-
- allowForLoopAfterthoughts: true
179176
'no-spaced-func': error
180177
'no-tabs': error
181178
'no-underscore-dangle': error

0 commit comments

Comments
 (0)