Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

eslint: Lint the tests directory by default too #951

Merged
merged 1 commit into from
Jun 14, 2018
Merged

eslint: Lint the tests directory by default too #951

merged 1 commit into from
Jun 14, 2018

Commits on Jun 13, 2018

  1. eslint: Lint the tests directory by default too

    The `tests` directory was already added to the `lint` script command
    by create-project, however it was not yet listed in the `include`
    for `eslint-loader`.
    
    The testing presets already update `envs` accordingly, to prevent
    errors from mocha/jest/... globals.
    
    The redundant `eslint.extensions` option has been removed, since that
    was only used by the ESLint Node API, which we no longer use.
    
    Fixes #331.
    edmorley committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    5c8a5ff View commit details
    Browse the repository at this point in the history