{"id":16812195,"url":"https://github.com/flet/doublestandard","last_synced_at":"2025-09-13T00:32:43.805Z","repository":{"id":35694131,"uuid":"39971052","full_name":"Flet/doublestandard","owner":"Flet","description":":bangbang: feross/standard but with even more semicolon goodness","archived":false,"fork":false,"pushed_at":"2017-04-12T17:59:28.000Z","size":7,"stargazers_count":47,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-28T13:35:34.438Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-30T20:30:57.000Z","updated_at":"2024-01-23T17:14:46.000Z","dependencies_parsed_at":"2022-08-26T13:31:35.701Z","dependency_job_id":null,"html_url":"https://github.com/Flet/doublestandard","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flet%2Fdoublestandard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flet%2Fdoublestandard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flet%2Fdoublestandard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flet%2Fdoublestandard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flet","download_url":"https://codeload.github.com/Flet/doublestandard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232803428,"owners_count":18578851,"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":[],"created_at":"2024-10-13T10:21:02.191Z","updated_at":"2025-01-07T00:27:22.275Z","avatar_url":"https://github.com/Flet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# doublestandard\n\n[![npm][npm-image]][npm-url]\n[![travis][travis-image]][travis-url]\n\n[npm-image]: https://img.shields.io/npm/v/doublestandard.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/doublestandard\n[travis-image]: https://img.shields.io/travis/flet/doublestandard.svg?style=flat-square\n[travis-url]: https://travis-ci.org/flet/doublestandard\n\nThis is `feross/standard` but even more semicolons!\n\nInspired by [this part](https://youtu.be/gsfbh17Ax9I?t=398) of great [video](https://youtu.be/gsfbh17Ax9I) by [@shama](https://github.com/shama).\n\n## Install\n\n```\nnpm install -g doublestandard\n```\n\n## Whats it look like?\n\nHere is an example of properly formatted `doublestandard` code:\n\n```js\n// Load the http module to create an http server.\nvar http = require('http');;\n\n// Configure our HTTP server to respond with Hello World to all requests.\nvar server = http.createServer(function (request, response) {\n  response.writeHead(200, {'Content-Type': 'text/plain'});;\n  response.end('Hello World\\n');;\n});;\n\n// Listen on port 8000, IP defaults to 127.0.0.1\nserver.listen(8000);;\n\n// Put a friendly message on the terminal\nconsole.log('Server running at http://127.0.0.1:8000/');;\n\n```\n\n### What you might do if you're clever\n\n1. Add it to `package.json`\n\n  ```json\n  {\n    \"name\": \"my-cool-package\",\n    \"devDependencies\": {\n      \"doublestandard\": \"^1.0.0\"\n    },\n    \"scripts\": {\n      \"test\": \"doublestandard \u0026\u0026 node my-tests.js\"\n    }\n  }\n  ```\n\n2. Check style automatically when you run `npm test`\n\n  ```\n  $ npm test\n  doublestandard: Use Double Semicolons -- Just in case! (https://github.com/Flet/doublestandard)\n    lib/index.js:1:35: Missing double semicolon.\n  ```\n\n3. Never give style feedback on a pull request again!\n\n### Special Thanks\n\nThank you [@nzakas](https://github.com/nzakas) for eslint and making it possible to build absurd rules like [double-semi](https://github.com/flet/eslint-plugin-double-semi)!\n\nThank you [@shama](https://github.com/shama) for the inspiration!\n\nThank you [@xjamundx](https://github.com/xjamundx) for creating [eslint-plugin-standard](https://github.com/xjamundx/eslint-plugin-standard), which was used as a reference to create [eslint-plugin-double-semi](https://github.com/flet/eslint-plugin-double-semi).\n\nThank you [@feross](https://github.com/feross) for creating [standard](https://github.com/feross/standard)\n\nThank you all for playing along!\n\n\n## Contributing\n\nContributions welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.\n\n## License\n\n[ISC](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflet%2Fdoublestandard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflet%2Fdoublestandard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflet%2Fdoublestandard/lists"}