Alistair MacDonald

Results 5 issues of Alistair MacDonald

Hi @yargalot - does AcessSniff add any Accessibility rules/checks that HTML_CodeSniffer does not already have?

I am using a [Lerna](https://lernajs.io/) repo which puts a `package.json` in the root of the repo, as well as all the subprojects for the repo in `packages/`. Example: ```shell ....

TestCafe VS Code menu will not load in a Monorepo (I'm using yarn workspaces and Lerna.) If I load the `package/app/foo` and as the workspace, everything is ok and I...

I would like to exclude directories. How would I update the following line to import all the stories from `components/**`, except stories from `components/evil-component-1` and `components/evil-component-2`? ```js const req =...