{"id":15021963,"url":"https://github.com/moonwalker/pre-flight-check","last_synced_at":"2025-09-02T17:41:37.548Z","repository":{"id":35087195,"uuid":"204908457","full_name":"moonwalker/pre-flight-check","owner":"moonwalker","description":"Linting, formatting and tooling for :moon: :walking:","archived":false,"fork":false,"pushed_at":"2025-04-09T03:34:38.000Z","size":1811,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-09T04:26:34.325Z","etag":null,"topics":["eslint-config","lint-staged","prettier","stylelint-config"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moonwalker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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":"2019-08-28T10:43:05.000Z","updated_at":"2024-06-21T15:27:42.000Z","dependencies_parsed_at":"2024-11-20T02:30:02.961Z","dependency_job_id":"fe196f66-528a-492d-8629-eff32ddf649d","html_url":"https://github.com/moonwalker/pre-flight-check","commit_stats":{"total_commits":276,"total_committers":4,"mean_commits":69.0,"dds":0.3623188405797102,"last_synced_commit":"60aa8e6a565e4513ef8ce0c220b3a86d30d01d8c"},"previous_names":[],"tags_count":108,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fpre-flight-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fpre-flight-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fpre-flight-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fpre-flight-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moonwalker","download_url":"https://codeload.github.com/moonwalker/pre-flight-check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252724,"owners_count":21072701,"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":["eslint-config","lint-staged","prettier","stylelint-config"],"created_at":"2024-09-24T19:57:16.278Z","updated_at":"2025-04-10T22:44:35.616Z","avatar_url":"https://github.com/moonwalker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pre-flight-check\n\n[![npmjs](https://img.shields.io/npm/v/@moonwalker/pre-flight-check.svg)](https://www.npmjs.com/package/@moonwalker/pre-flight-check)\n[![renovatebot](https://img.shields.io/badge/dependencies-renovate-yellow)](https://renovatebot.com/dashboard#github/moonwalker/pre-flight-check)\n[![ci](https://github.com/moonwalker/pre-flight-check/workflows/ci/badge.svg)](https://github.com/moonwalker/pre-flight-check/actions?query=workflow%3Aci)\n\nLinting, formatting and tooling for :moon: :walking:\n\n## Install\n\n```shell\nnpm install --dev @moonwalker/pre-flight-check\n```\n\n## Configuration\n\n### Eslint\n\n```js\n// eslint config (eslint.config.js)\nmodule.exports = {\n  extends: ['@moonwalker/pre-flight-check/eslint']\n}\n```\n\nor for `node`:\n\n```js\n// eslint config (eslint.config.js)\nmodule.exports = {\n  extends: ['@moonwalker/pre-flight-check/eslint-base']\n}\n```\n\n### Stylelint\n\n```js\n// stylelint.config.js\nmodule.exports = {\n  extends: '@moonwalker/pre-flight-check/stylelint'\n};\n```\n\n### Prettier\n\n```js\n// prettier.config.js\nmodule.exports = require('@moonwalker/pre-flight-check/prettier');\n```\n\n### Husky\n\n```js\n// .huskyrc.js\nmodule.exports = require('@moonwalker/pre-flight-check/husky');\n```\n\n### lint-staged\n```js\n// lint-staged.config.js\nmodule.exports = require('@moonwalker/pre-flight-check/lint-staged');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonwalker%2Fpre-flight-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonwalker%2Fpre-flight-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonwalker%2Fpre-flight-check/lists"}