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

chore: improve lint setup #397

Merged
merged 5 commits into from
Jul 26, 2023
Merged

Commits on Jul 24, 2023

  1. chore: improve lint setup

    - update eslint config to closely mirror the ones from ferdium-app
    - add .eslintignore
    - opt in to eslint `reportUnusedDisableDirectives` config option
    - remove `trailingComma: all` from `prettier` config which is default in `prettier` v3
    - autofix or disable a lot of lint issues throughout codebase
    - add `volta` configuration to `package.json` to autoload correct `node` and `pnpm` versions
    - upgrade all `eslint` and `prettier` related dependencies to latest
    - update lint:fix npm script
    - reformat touched files with prettier
    mcmxcdev committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    aeb1c88 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. chore: improve lint setup

    - update eslint config to closely mirror the ones from ferdium-app
    - add .eslintignore
    - opt in to eslint `reportUnusedDisableDirectives` config option
    - remove `trailingComma: all` from `prettier` config which is default in `prettier` v3
    - autofix or disable a lot of lint issues throughout codebase
    - add `volta` configuration to `package.json` to autoload correct `node` and `pnpm` versions
    - upgrade all `eslint` and `prettier` related dependencies to latest
    - update lint:fix npm script
    - reformat touched files with prettier
    mcmxcdev authored and vraravam committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4a5c0bd View commit details
    Browse the repository at this point in the history
  2. Bumped up minor version for all recipes that have changes

    Introduced injection of 'service.css' where it was missing in many recipes
    vraravam committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a8838cc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'improve-lint-setup-vijay' of github.com:vraravam/ferdiu…

    …m-recipes into chore/improve-lint-setup
    mcmxcdev committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7b6a941 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc8b8e6 View commit details
    Browse the repository at this point in the history