{"id":19903900,"url":"https://github.com/zerotohero-dev/coding-standards","last_synced_at":"2025-10-17T04:32:03.172Z","repository":{"id":57228448,"uuid":"75947568","full_name":"zerotohero-dev/coding-standards","owner":"zerotohero-dev","description":"Byte-Sized JavaScript Coding Standards","archived":false,"fork":false,"pushed_at":"2017-12-24T04:05:28.000Z","size":52,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-29T16:20:31.679Z","etag":null,"topics":["bytesized-javascript","conventions","default-ruleset","education","eslint","javascript","learning","linter","nodejs","plugin","podcast","react","ruleset","screencast","standards","trainings","tutorials","vidcast","videocast","videos"],"latest_commit_sha":null,"homepage":"https://bytesized.tv/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zerotohero-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-08T15:01:12.000Z","updated_at":"2023-10-03T05:28:50.000Z","dependencies_parsed_at":"2022-09-15T21:22:27.008Z","dependency_job_id":null,"html_url":"https://github.com/zerotohero-dev/coding-standards","commit_stats":null,"previous_names":["jsbites/coding-standards"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Fcoding-standards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Fcoding-standards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Fcoding-standards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Fcoding-standards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerotohero-dev","download_url":"https://codeload.github.com/zerotohero-dev/coding-standards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241331212,"owners_count":19945314,"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":["bytesized-javascript","conventions","default-ruleset","education","eslint","javascript","learning","linter","nodejs","plugin","podcast","react","ruleset","screencast","standards","trainings","tutorials","vidcast","videocast","videos"],"created_at":"2024-11-12T20:25:52.733Z","updated_at":"2025-10-17T04:32:03.073Z","avatar_url":"https://github.com/zerotohero-dev.png","language":"JavaScript","readme":"[![tests][tests]][tests-url]\n[![deps][deps]][deps-url]\n\n[tests]: https://img.shields.io/travis/jsbites/coding-standards.svg\n[tests-url]: https://travis-ci.org/jsbites/coding-standards\n[deps]: https://david-dm.org/jsbites/coding-standards.svg\n[deps-url]: https://david-dm.org/jsbites/coding-standards\n\n```text\n   __                                  __\n  / _)  _  _   _ ) o  _   _           (_ \\\n | |   (_ (_) (_(  ( ) ) (_(            | |\n( (                       _)             ) )\n | |_   _ _)_ _   _   _ ) _   _ _ ) _  _| |\n  \\__) (  (_ (_( ) ) (_( (_( ) (_( (  (__/\n       _)                          _)\n```\n\n**Byte-Sized JavaScript Coding Standards** is a repository to share common [ESLint](http://eslint.org/) rules that we use across all Byte-Sized JavaScript repositories.\n\nThe rulesets assume sane defaults. — You can directly use them in your projects our you can extend and customize them to suit your specific needs.\n\n## Installation\n\nMake sure that you have [ESLint](http://eslint.org/) installed in your project.\n\nInstall **Byte-Sized JavaScript Coding Standards** via npm:\n\n```bash\nnpm install eslint-config-jsbites\n```\n\n## Usage Examples\n\nExtend to `jbites` in your `.eslintrc` as follows:\n\n```text\n{\n    \"extends\": \"jsbites\"\n}\n```\n\nOr if you are using [React](https://facebook.github.io/react/) in your project, use the the React-specific ruleset as follows:\n\n```text\n{\n    \"extends\": \"jsbites/react\"\n}\n```\n\nOr if you are on a **Node.JS** runtime and/or you don’t use a transpiler at all, use the following ruleset:\n\n```text\n{\n    \"extends\": \"jsbites/node\"\n}\n```\n\nThat’s it!\n\n## Dependencies\n\nThis module does not pre-install any dependencies.\n\nSo when running `eslint` if you might get an error message prompting you to install additional eslint parsers and plugins.\n\nMost of the time what you will need to install will be self-explanatory when you look at the error message.\n\nIf you have any problems though, [feel free to file an issue](https://github.com/jsbites/coding-standards/issues/new).\n\n## Package Scripts\n\nHere are the helper npm scripts that you can run via `npm`:\n\n* `npm test`: Executes the unit tests.\n* `npm run lint`: Checks whether the source JavaScript is well-formed.\n\n## Important Files and Folders\n\n* `./index.js`: The default ruleset.\n* `./react.js`: [React](https://facebook.github.io/react/)-specific rulest.\n* `./node.js`: [Node.JS](https://nodejs.org/)-specific rulest.\n* `CHANGELOG.md`: A log of what has been done since the last version.\n* `CODE_OF_CONDUCT.md`: Tells the collaborators to be nice to each other.\n* `README.md`: This very file.\n\n## Wanna Help?\n\nAny help is more than appreciated.\n\nIf you want to contribute to the source code, **fork this repository** and **create a pull request**.\n\n\u003e In lieu of a formal style guide, take care to maintain the existing coding style.\n\nAlso, don’t forget to add unit tests for any new or changed functionality.\n\nIf you want to report a bug; or share a comment or suggestion, [file an issue](https://github.com/jsbites/coding-standards/issues/new).\n\n## I’ve Found a Bug; I Have an Idea\n\n[For bug reports and suggestions, please file an issue](https://github.com/jsbites/coding-standards/issues/new).\n\n## Contact Information\n\n* **Project Maintainer**: [Volkan Özçelik](https://volkan.io/)\n* **Project Website**: [bytesized.tv](https://bytesized.tv/)\n\n## License\n\nMIT-licensed. — [See the license file for details](LICENSE.md).\n\n## Code of Conduct\n\nWe are committed to making participation in this project a harassment-free experience for everyone, regardless of the level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.\n\n[See the code of conduct for details](CODE_OF_CONDUCT.md).\n\n## A [ByteSized.TV][vidcast] Project\n\nThis repository is a part of the [Byte-Sized JavaScript VideoCasts][vidcast].\n\nIt is a compilation of short (_around ten minutes_) screencasts about **JavaScript** and related technologies.\n\n[**Learn**, **explore**, and **have fun**][vidcast]!\n\n[vidcast]: https://bytesized.tv/ \"ByteSized.TV\"\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerotohero-dev%2Fcoding-standards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerotohero-dev%2Fcoding-standards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerotohero-dev%2Fcoding-standards/lists"}