唯然

Results 230 comments of 唯然

but why `options.fix => false`? you can set it `true`, but call `await ESLint.outputFixes(results);` when you want to fix?

well, I see! I do think this kind of change needs a [RFC](https://github.com/eslint/rfcs), please feel free to file so we can evaluate it. :)

https://github.com/release-it/release-it seems more popular than release-please. it supports custom commit message format, e.g. [conventional-changelog-eslint](https://www.npmjs.com/package/conventional-changelog-eslint), to help a gradual transition. :)

> Which languages would we want translations for? Could someone post the website traffic data, in the country dimensionality? As I can tell, there is a large number of users...

the build is failing as `?.` and `??` was not supported in node v12, will try to make a change later.

as the eslint docs: #### `--debug` This option outputs debugging information to the console. This information is useful when you're seeing a problem and having a hard time pinpointing it....

sometimes yarn did not dedupe babel-jest, just try: * `yarn dedupe` (yarn >=2.x) * `npx yarn-deduplicate` (yarn v1)

just released a fork [@weiran.zsd/tsdx](https://www.npmjs.com/package/@weiran.zsd/tsdx), the main changes are: * drop node.js

as of npm v7, you can try `npm install --legacy-peer-deps`. just a reminder: if tsdx does not work well with eslint v7, you can use the fork [@weiran.zsd/tsdx](https://github.com/weiran-zsd/tsdx)

just released a fork: [dts-cli](https://www.npmjs.com/package/dts-cli): * drop node.js