Skip to content
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
base: v4.5.0
Choose a base ref
...
head repository: github/eslint-plugin-github
compare: v4.6.0
Choose a head ref
  • 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 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    0b53561 View commit details
    Browse the repository at this point in the history