We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
++
1 parent 7dfbfef commit 614b304Copy full SHA for 614b304
CHANGELOG.md
@@ -30,6 +30,8 @@
30
* (bc) Remove `disableChunkSplitting()`, chunk splitting is now always disabled. Use code splitting instead.
31
* (improvement) Enable `cache-loader`, which might speed up the webpack build.
32
* (improvement) Bump required node version to 12.
33
+* (internal) Bumped all dependencies.
34
+* (improvement) Allow `++` in JS/TS code.
35
36
37
8.1.0
configs/.eslintrc.yml
@@ -173,9 +173,6 @@ rules:
173
'no-multiple-empty-lines': warn
174
'no-nested-ternary': error
175
'no-new-object': error
176
- 'no-plusplus':
177
- - error
178
- - allowForLoopAfterthoughts: true
179
'no-spaced-func': error
180
'no-tabs': error
181
'no-underscore-dangle': error
0 commit comments