
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
@aliwind/eslint-config-wind
Advanced tools
Shareable eslint config for wind project. Manage eslint related config in one place.
此项目管理以下配置:
@aliwind/eslint-config-wind
提供了 wind 组件开发时的 eslint 配置。@aliwind/eslint-config-wind/test-ts
提供了 wind 组件测试时的配置。npm install -D @aliwind/eslint-config-wind eslint
eslint 是 peerDependencies,用户需要自行安装。用户不再需要主动安装 eslint-plugin-react 这些配置包。
/.eslintrc.json
:{
"root": true,
"extends": ["@aliwind/eslint-config-wind"]
}
如果你不想在根目录增加配置文件/.eslintrc.json
的话,可以将配置放在package.json
中:
"eslintConfig": {
"extends": "@aliwind/eslint-config-wind"
}
/tests/.eslintrc.json
:{
"root": true,
"extends": ["@aliwind/eslint-config-wind/test-ts"]
}
eslint 会不断向上查找配置(即使已经找到配置),直到根路径,然后将所有找到的配置按照顺序合并成最终配置。使用
"root": true
是为了告诉 eslint 不要再继续向上查找了。你可以自己决定需不需要这个选项。
FAQs
Shareable eslint config for wind project. Manage eslint related config in one place.
The npm package @aliwind/eslint-config-wind receives a total of 0 weekly downloads. As such, @aliwind/eslint-config-wind popularity was classified as not popular.
We found that @aliwind/eslint-config-wind demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.