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

New: Implement cacheStrategy (refs eslint/rfcs#63) #14119

Merged
merged 13 commits into from Feb 26, 2021

Commits on Feb 16, 2021

  1. Update: Implement eslint/rfcs#63

    billiegoose authored and chambo-e committed Feb 16, 2021
    Copy the full SHA
    1ffadec View commit details
    Browse the repository at this point in the history
  2. fix: correct tests

    chambo-e committed Feb 16, 2021
    Copy the full SHA
    15aad06 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. fix: isValidCacheStrategy now directly takes the cache strategy as st…

    …ring instead of configHelper object
    chambo-e committed Feb 18, 2021
    Copy the full SHA
    1d11d48 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. fix: pass directly cacheStratgey as string instead of configHelper ob…

    …ject
    
    Updated file-entry-cache to ^6.0.1
    Also add tests outside of the cli-engine
    chambo-e committed Feb 22, 2021
    Copy the full SHA
    c00202b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1e45ca3 View commit details
    Browse the repository at this point in the history
  3. test: remove only

    chambo-e committed Feb 22, 2021
    Copy the full SHA
    da0e61a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d2c866e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. fix: correct jsdoc type

    chambo-e committed Feb 23, 2021
    Copy the full SHA
    dd29ebf View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Update docs/developer-guide/nodejs-api.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    chambo-e and mdjermanovic committed Feb 25, 2021
    Copy the full SHA
    18bbc6d View commit details
    Browse the repository at this point in the history
  2. Update lib/cli-engine/lint-result-cache.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    chambo-e and mdjermanovic committed Feb 25, 2021
    Copy the full SHA
    fdca490 View commit details
    Browse the repository at this point in the history
  3. Update lib/cli-engine/lint-result-cache.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    chambo-e and mdjermanovic committed Feb 25, 2021
    Copy the full SHA
    6cf80d1 View commit details
    Browse the repository at this point in the history
  4. Update lib/cli-engine/lint-result-cache.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    chambo-e and mdjermanovic committed Feb 25, 2021
    Copy the full SHA
    430c8cf View commit details
    Browse the repository at this point in the history
  5. Update docs/user-guide/command-line-interface.md

    Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
    chambo-e and bmish committed Feb 25, 2021
    Copy the full SHA
    282b61f View commit details
    Browse the repository at this point in the history