Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Force globs to respect Git wildcard characters and eslint-config-next update

Compare
Choose a tag to compare
@emortong emortong released this 12 Jul 10:47
· 33 commits to main since this release
68a21cc

Force globs to respect Git wildcard characters, contains a potential breaking change, #256 :

Fixing this bug might mean other developers who are using git clients that set --literal-pathspecs will start getting githook errors where previously they were getting false negatives. Obviously, this is the correct behaviour but it might be disruptive. The GLOB function is only called from linter code so shouldn't have any other effects beyond githook failures.

Dependency update for @financial-times/eslint-config-next to v3 #241