Kevin Wolf

Results 20 comments of Kevin Wolf

I would suggest adding this as an option *within* the configuration file (i.e. `.prettierrc.json`). That way, it can be included in shareable configs.

> For reference, ESLint shareable configs also don't allow sharing ignores. Yes, [they do](https://eslint.org/docs/latest/user-guide/configuring/ignoring-code).

Another option could be to modify the [prettier config](https://prettier.io/docs/en/configuration.html) a little bit, so instead of directly adding the config, add some subprops like `rules` (this is where the config will...

@tomdavidson: > I like the ignore object to configure, but I think .gitignore could still be a just works default. I agree that `.gitignore` can be a default, but imagine...

> I don't really like the trend of dumping tons of config into package.json, but I can appreciate why it exists: adding 8 different config files to the root of...

What about using Framer Motion? By wrapping the slides on ``, we can easily add transitions, and also support for declaring animations within `.mdx` files.

Same for me, syntax highlight stopped properly working then typing my styled components. ### Before ### After

The documentation it's inexistent, also I have not heard of anyone from the organization replying issues. Any help here, please?

@GazEdge here is my workaround for that: # 1. Create a plugin `lib/serverless-jest-dynamodb/index.js` - The purpose of this file is to run jest through Serverless. So I can have the...