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

Update: support .eslintrc.cjs (refs eslint/rfcs#43) #12321

Merged
merged 4 commits into from Dec 19, 2019
Merged

Update: support .eslintrc.cjs (refs eslint/rfcs#43) #12321

merged 4 commits into from Dec 19, 2019

Commits on Dec 9, 2019

  1. Fix: ES module compatibility (fixes #12319)

    In ES module packages w/ "type": "module" defined treat all .js files as ES modules. CommonJS files contained in an ES module package should use the .cjs extension.
    evanplaice committed Dec 9, 2019
    Copy the full SHA
    02d4646 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Fix Documentation

    evanplaice committed Dec 18, 2019
    Copy the full SHA
    647feca View commit details
    Browse the repository at this point in the history
  2. Add Tests

    evanplaice committed Dec 18, 2019
    Copy the full SHA
    e4d8970 View commit details
    Browse the repository at this point in the history
  3. Fix Lint Error

    evanplaice committed Dec 18, 2019
    Copy the full SHA
    b78bfc3 View commit details
    Browse the repository at this point in the history