Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up linting #29

Merged
merged 5 commits into from
Oct 14, 2019
Merged

Set up linting #29

merged 5 commits into from
Oct 14, 2019

Commits on Oct 14, 2019

  1. Set up and run linting

    * Add Prettier plugin/config to ESLint
    * Set lint-staged to run both ESLint and Prettier as appropriate
    * Broaden lint-staged globs, because gitignored files won't be staged
    anyway
    * Lint `./tests`
    * Sort `package.json` canonically
    * Fix project name in `package.json`
    MartinRosenberg committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    ad0bf05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae6602e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23df91b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60a836e View commit details
    Browse the repository at this point in the history
  5. Alphabetize imports

    Manually alphabetize import groups and lines pending the merging of
    import-js/eslint-plugin-import#1360, using WebStorm's Optimize imports
    MartinRosenberg committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    17c2a01 View commit details
    Browse the repository at this point in the history