You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to modify our usage of valid-title, I wanted to add a disallowedWord for '@new', as we somewhat frequently use this for ease of use in finding just the new tests we're working on writing. With the following setup in our .eslintrc.cjs file:
I've tested this with !, @, #, and $, and none are picked up by the linter. I also validated the rest of my setup was fine, by changing '@new' to 'new', which does trigger the linting error.
The text was updated successfully, but these errors were encountered:
Going to close in favor of #342, not sure I want to mess with this in valid-title since using tags in titles isn't really the recommended approach anymore with the tags option.
When trying to modify our usage of
valid-title
, I wanted to add a disallowedWord for'@new'
, as we somewhat frequently use this for ease of use in finding just the new tests we're working on writing. With the following setup in our.eslintrc.cjs
file:The following is still considered valid:
I've tested this with
!
,@
,#
, and$
, and none are picked up by the linter. I also validated the rest of my setup was fine, by changing'@new'
to'new'
, which does trigger the linting error.The text was updated successfully, but these errors were encountered: