Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/eslint-plugin-github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.5.0
Choose a base ref
Loading
...
head repository: github/eslint-plugin-github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.6.0
Choose a head ref
Loading
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 6, 2022

  1. generalize filenames/match-regex to allow any 'extension prefix'

    For example, `file-name.server.tsx`, `file-name.d.ts`, `file-name.config.json`
    
    This allows any of the following:
    
    file-name
    file-name.d
    file-name.config
    file-name.server
    file-name.wild-card
    
    Note that the file extension is not part of the regex.
    
    I made this change because we are seeing more and more of this style of 'extension prefix` convention.
    theinterned committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    c027e6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #357 from github/allow-.server.ext]-file-extension

    Allow wildcard `*.*.*` prefix extension
    theinterned authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    0b53561 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.