Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

docs: simplify instructions in README #53

Merged
merged 1 commit into from
Jul 17, 2019
Merged

Commits on Jul 17, 2019

  1. docs: simplify instructions in README

    While preparing this:
    
    brianchandotcom/liferay-portal#75811
    
    I realized that the instructions in the README here were wrong: you
    don't need to extend "liferay/portal" explicitly ever; instead you get
    it by default thanks to liferay-npm-scripts. This is true even when you
    extend "liferay/react" or "liferay/metal" in liferay-portal -- you wind
    up with a merged list of "liferay/portal" plus "liferay/react" (or
    "liferay/metal").
    
    So, I de-emphasized the "liferay/portal" section by moving it down, and
    I noted that it is used automatically.
    
    I also simplified the ".eslintrc.js" examples by removing the empty
    "rules" sections, because we don't want to actively encourage overriding
    in any case.
    wincent committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    8ab74b2 View commit details
    Browse the repository at this point in the history