Ben Scott
Ben Scott
eslint-plugin-prettier v3 removed the generateDifferences and showInvisibles functions as they are now provided by the `prettier-linter-helpers` package. Depend upon that package instead of eslint-plugin-prettier. [Here's the PR in stylelint-prettier](https://github.com/prettier/stylelint-prettier/pull/7) that...
Prettier v2.7.0 just shipped with [support for `--cache` and `--cache-strategy` options](https://prettier.io/blog/2022/06/14/2.7.0.html#cli) that allow prettier to skip doing work on files that have not changed. It'd be great if parallel-prettier could...
### WHY are these changes introduced? Fixes #7237 ### WHAT is this pull request doing? This ensures that `$p-breakpoint-*-{down,only}` breakpoint max-width values in ems are representable in 4 decimal places....
## Issue summary polaris-tokens specify media query sass variables in https://unpkg.com/browse/@shopify/[email protected]/dist/scss/media-queries.scss. The down/range media queries do a thing where they get their value by doing [`ROUND_NUMBER_IN_PIXELS - 0.05`](https://github.com/Shopify/polaris/blob/2fec9611dec0a147be0be0410e955e92c025edc0/polaris-tokens/src/utilities.ts#L212-L220). For instance...
### 🚀 Feature Request Currently there is no way to force reporters to use their non-TTY output. I would like a way to tell playwright reporters to produce non-TTY output...
When running `--fix` stylelint attempts to [chown its temp file back to the owner of the original file](https://github.com/stylelint/stylelint/blob/07b44802afaf7dfaa06297d358a28e62a3a9fbfd/lib/vendor/writeFileAtomic.js#L130). This fails and causes stylelint to crash when the chown can not...
I saw that in #260 @jonaskello is amenable to backporting features to the v3 branch, as the majority of users are still on v3, (mostly thanks to the strong backwards...
Github usernames can change, cla-bot should store and deal with Github user IDs as an immutable token that relates to a GitHub account, rather than using the username. Consider the...
Fixes #283. Previously running update-react-imports against ```tsx import React from 'react'; const App: React.FunctionComponent = ({ message }) => (); ``` produced the following output: ```tsx import * as React...
This is a meta issue to collate what I'd like to do as tidy-up work in a post-v4 world (in v4.1.0, v4.2.0 and beyond). I'd like for us to do...