We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我把项目的 eslint 规则升级了之后, 这个规则设置为 false 导致我项目里某些代码报错了,这里为什么要设为 false
cosnt a = { b() { // do something } } new a.b()
https://github.com/antfu/eslint-config/blob/main/src/configs/javascript.ts#L169
easy reproduction
System: OS: Linux 5.4 TencentOS Server 3.2 (Final) CPU: (16) x64 Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz Memory: 23.58 GB / 31.10 GB Container: Yes Shell: 4.4.19 - /bin/bash Binaries: Node: 22.11.0 - ~/.nvs/node/22.11.0/x64/bin/node npm: 10.9.0 - ~/.nvs/node/22.11.0/x64/bin/npm pnpm: 9.14.2 - ~/.linuxbrew/bin/pnpm/pnpm
pnpm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
我把项目的 eslint 规则升级了之后, 这个规则设置为 false 导致我项目里某些代码报错了,这里为什么要设为 false
https://github.com/antfu/eslint-config/blob/main/src/configs/javascript.ts#L169
Reproduction
easy reproduction
System Info
Used Package Manager
pnpm
Validations
Contributions
The text was updated successfully, but these errors were encountered: