{"id":19318310,"url":"https://github.com/feflow/eslint-config-ivweb","last_synced_at":"2025-10-07T20:20:33.542Z","repository":{"id":57228409,"uuid":"102254867","full_name":"feflow/eslint-config-ivweb","owner":"feflow","description":"ESLint shareable config for the IVWEB JavaScript style guide.","archived":false,"fork":false,"pushed_at":"2020-03-06T11:01:15.000Z","size":49,"stargazers_count":66,"open_issues_count":4,"forks_count":32,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T02:05:15.230Z","etag":null,"topics":["code-quality","eslint-rules","feflow","ivweb-team","sharable"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feflow.png","metadata":{"files":{"readme":"README-zh_CN.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-03T09:46:14.000Z","updated_at":"2024-09-08T15:20:17.000Z","dependencies_parsed_at":"2022-08-29T09:31:31.902Z","dependency_job_id":null,"html_url":"https://github.com/feflow/eslint-config-ivweb","commit_stats":null,"previous_names":["iv-web/eslint-config-ivweb"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feflow%2Feslint-config-ivweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feflow%2Feslint-config-ivweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feflow%2Feslint-config-ivweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feflow%2Feslint-config-ivweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feflow","download_url":"https://codeload.github.com/feflow/eslint-config-ivweb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250287453,"owners_count":21405617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-quality","eslint-rules","feflow","ivweb-team","sharable"],"created_at":"2024-11-10T01:18:06.917Z","updated_at":"2025-10-07T20:20:28.495Z","avatar_url":"https://github.com/feflow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"eslint-config-ivweb\n===========================\n\n[![npm package](https://img.shields.io/npm/v/eslint-config-ivweb.svg?style=flat-square)](https://www.npmjs.org/package/eslint-config-ivweb)\n[![NPM downloads](http://img.shields.io/npm/dt/eslint-config-ivweb.svg?style=flat-square)](https://npmjs.org/package/eslint-config-ivweb)\n\n腾讯IVWEB团队ESLint共享配置规则\n\n## 安装\n\n```\n$ npm install --save-dev eslint eslint-plugin-react eslint-config-ivweb\n```\n\n## 文档\n* [介绍](docs/eslint-standard.md)\n* [规则解释](docs/RULE.md)\n\n## 使用\n一旦`eslint-config-ivweb`安装成功，你可以通过[ESLint配置文件]((http://eslint.org/docs/user-guide/configuring)) 中的字段extends中使用它\n\n```js\n{\n  \"extends\": \"ivweb\",\n  \"rules\": {\n    // Additional, per-project rules...\n  }\n}\n```\n\n### 配合`eslint:recommended`使用`ivweb`\n有部分[eslint:recommended](http://eslint.org/docs/rules/)提到的规则在ivweb中没有提到，因此最好配合eslint:recommend一起使用。\n\n只需要同时继承eslint:recommend 和 ivweb 即可，确保 ivweb 放置在最后。部分eslint:recommend定义的规则有点严格，ivweb里面有做定制化的修改。\n\n```js\n{\n  \"extends\": [\"eslint:recommended\", \"plugin:react/recommended\", \"ivweb\"],\n  \"rules\": {\n    // Additional, per-project rules...\n  }\n}\n```\n\n## 如何贡献\n\n1. 从目前已经存在的issue或者提出一个新的issue去讨论新的特性或者存在的bug.\n2. 在Github上Fork [仓库](https://github.com/feflow/eslint-config-ivweb)_，然后在master或者其它分支上开始进行您的修改.\n3. 编写测试用力表明某个bug被修复掉了或者新的特性可以正常工作.\n4. 提交PR直到它被merge或者发布出去了. :) 记得把您添加进 [AUTHORS_](AUTHORS).\n\n## 版本日志\n\n[版本日志](CHANGELOG.md)\n\n## 许可证\n\nApache-2 © IVWEB\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeflow%2Feslint-config-ivweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeflow%2Feslint-config-ivweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeflow%2Feslint-config-ivweb/lists"}