@foreachbe/eslint-config-react-app@7.0.0
github-actions
released this
15 Sep 23:40
·
8 commits
to master
since this release
Major Changes
-
e4f8907: ## Overview
Switch to updated repo structure, improved publish management and optimized hacky code
All users with contributer access will be able to publish changes now.Changes
Switched to
.env
usage, seedocusaurus/docs/advanced-configuration.md
for all available options. Most notable are:
--noAssetHashing
->DISABLE_ASSET_HASHING="true"
--output
->OUTPUT="./relative-path"
PORT
->BACKEND_PORT
PORT
is still available, use it for choosing the frontend serving port.
EXTEND_ESLINT
has been removed, it's enabled by default.New option (highly likely needed to be included for Across projects):
EMIT="true"
Migration should be fairly easy, all previously supported outputs are still available :)