{"id":19625448,"url":"https://github.com/paultman/npm-starter-vsc","last_synced_at":"2026-05-16T05:34:53.241Z","repository":{"id":154077663,"uuid":"391066353","full_name":"paultman/npm-starter-vsc","owner":"paultman","description":"This code is part of a guide to setup a Visual Studio Code javascript project with uses Eslint, the Airbnb Style Guide, and Prettier.","archived":false,"fork":false,"pushed_at":"2022-05-31T15:54:25.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-09T12:27:09.351Z","etag":null,"topics":["airbnb-styleguide","eslint","prettier","vcs","visual-studio-code"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paultman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-30T13:01:17.000Z","updated_at":"2022-03-31T15:47:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"26371192-2845-4166-8d61-2e751a381034","html_url":"https://github.com/paultman/npm-starter-vsc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paultman%2Fnpm-starter-vsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paultman%2Fnpm-starter-vsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paultman%2Fnpm-starter-vsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paultman%2Fnpm-starter-vsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paultman","download_url":"https://codeload.github.com/paultman/npm-starter-vsc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240926389,"owners_count":19879738,"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":["airbnb-styleguide","eslint","prettier","vcs","visual-studio-code"],"created_at":"2024-11-11T11:41:41.567Z","updated_at":"2026-05-16T05:34:53.204Z","avatar_url":"https://github.com/paultman.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic NPM based starter project\n\nThis code is part of a guide to setup a Visual Studio Code javascript project with uses Eslint, the Airbnb Style Guide, Stylelint and Prettier.\n\nIt is meant to support a VSC project using the EsLint and Prettier extensions.\n\nAll configuration is local to the project itself.\nSee the blogpost at https://paultman.com/setup-visual-studio-code-on-an-m1-mba-in-2021/\n\nFeel free to use this as a project starter and update it for your own project by:\n\n- Cloning the repo into your own project directory\n  ie: git clone https://github.com/paultman/npm-starter-vcs.git my-own-project\n- CD into your repo and remove my initial git repo by running: rm -rf .git\n- Initialize your own git repo: git init .\n- Update the readme.md and package.json files to reflect your information and unique project.\n- Add all files to your local repo: git add .\n- Do your first commit to your newly created repo: git comit -m \"initial comit for my own project\"\n\n### Update March 31, 2022\n\nI am working on another projected and noticed that this starter is a bit outdated. I'll update it now and in the future, after cloning check if it's out of date:\n\n- npm list //show currently installed packages\n- npm outdated //show outdated packages\n- npm update //update packages up to semver in package.json\n\nIf you are starting a new project, best to update packages and commit before getting started with your own code.\n\n#### Reference\n\nCheck out the npm page for semantic versioning and how it is used.\n\nhttps://docs.npmjs.com/about-semantic-versioning\n\nIn a nutshell:\n\n[majorBreakingVersion].[backward compatible feature add].[bugfix]\n\nSo when starting a project, you want to get the latest version available. Afterwards, when making updates, you'll use ~ to signify allowing bug change updates the the package, and ^ to signify allowing new feature updates to a package.\n\nFor Example:\n\neslint: ^8.12.0 which means to allow any future package updates like 8.13.0 or even 8.13.1\n\nIf instead you used: ~8.12.0, you would only update with bugfixes, for example to 8.12.1.\n\nIf you don't use either prefix (~ or ^) then you only want the exact version specified, no future auto-upgrades.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaultman%2Fnpm-starter-vsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaultman%2Fnpm-starter-vsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaultman%2Fnpm-starter-vsc/lists"}