fisker Cheung
fisker Cheung
Check the history https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties/_history, the `offset` was there until Dec 30, 2024
I don't think they have the same meaning, ```ini [*] max_line_length = 100 [foo.js] max_line_length = unset ``` For `foo.js` I think this mean to ignore `100`, let Prettier decide,...
@bmish It seems there is no option to change it in `eslint-doc-generator`, do you think it makes sense to make it configurable or just change it in `eslint-doc-generator`?
Look like #14555 already working on it.
@BPScott Can you also invite me to https://www.npmjs.com/package/prettier-linter-helpers? I hope packages from this repo to have more than just one maintainer. My npm account is `fisker`.
Looks like it's a bad idea, the original package can't be namespace imported ``` > Object.keys(await import('typescript')) [ 'default' ] ```
Looks like typescript support namespace import now. ```js > Object.keys(await import('typescript')).length 2238 ```
I don't think prettier supports glob pattern at all.
It's a `OR` https://github.com/prettier/prettier/blob/8eb0630b12f3733bf4d0627f3dd500df895942af/src/utils/infer-parser.js#L17
Function maybe a better idea.