roottool

Results 4 issues of roottool

- [x] Run tests - [x] Update the [`CHANGELOG.md`][1] with a summary of your changes [1]: https://github.com/prettier/prettier-vscode/blob/main/CHANGELOG.md Resolves #1555 ## Overview This PR adds two changes - Add `prettier.forceFormatDocument` to...

### Summary `package.nls.json` and `package.nls.zh-cn.json` say `prettier configuration`, whereas `package.nls.zh-tw.json` says `prettierconfig`. ### Expected result `package.nls.json`, `package.nls.zh-cn.json` and `package.nls.zh-tw.json` will be uniformed to `prettier configuration`. ### Actual result `package.nls.json` and...

## Overview In [the `startOfWeek` doc page](https://date-fns.org/v3.3.1/docs/startOfWeek), there is a discrepancy between the date in the description and the date in the sample code. ## Code pointer https://github.com/date-fns/date-fns/blob/f4e22da16f16ded5ad091273d396907ad748c5d8/src/startOfWeek/index.ts#L28-L36 ## Expected...

This PR adds two file extensions for the ESLint flat config system. - `eslint.config.cjs` - `eslint.config.mjs` #3134 supported `eslint.config.js`. One year later, the two file extensions were supported in ESLint...