Skip to content

v3.1.0

Compare
Choose a tag to compare
@edx-semantic-release edx-semantic-release released this 23 Mar 14:43
· 467 commits to master since this release
21b231f

3.1.0 (2020-03-23)

Features

  • Update cli passthrough and add smoke test (#47) (21b231f)

BREAKING CHANGES (Unintended)

  • When running eslint fedx-scripts no longer assumes the directory it should be run in. Old usage of fedx-scripts eslint may result in the eslint manual being output instead of actually linting. To fix this update the usage of eslint through fedx-scripts to match its normal, direct usage: fedx-scripts eslint . --ext .jsx,.js