{"id":19241687,"url":"https://github.com/exuanbo/standard-engine-ts","last_synced_at":"2025-02-23T14:29:40.135Z","repository":{"id":45454766,"uuid":"309080867","full_name":"exuanbo/standard-engine-ts","owner":"exuanbo","description":"Yet another ESLint wrapper written in TypeScript.","archived":false,"fork":false,"pushed_at":"2021-12-13T04:01:13.000Z","size":1475,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-23T02:56:37.966Z","etag":null,"topics":["eslint","lint","standard","standard-engine","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/exuanbo.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-11-01T11:28:15.000Z","updated_at":"2021-09-27T15:54:35.000Z","dependencies_parsed_at":"2022-09-05T20:00:25.050Z","dependency_job_id":null,"html_url":"https://github.com/exuanbo/standard-engine-ts","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exuanbo%2Fstandard-engine-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exuanbo%2Fstandard-engine-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exuanbo%2Fstandard-engine-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exuanbo%2Fstandard-engine-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exuanbo","download_url":"https://codeload.github.com/exuanbo/standard-engine-ts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240327207,"owners_count":19783998,"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","lint","standard","standard-engine","typescript"],"created_at":"2024-11-09T17:12:15.239Z","updated_at":"2025-02-23T14:29:40.033Z","avatar_url":"https://github.com/exuanbo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# standard-engine-ts\n\n\u003e Yet another ESLint wrapper written in TypeScript.\n\n[![npm](https://img.shields.io/npm/v/standard-engine-ts.svg)](https://www.npmjs.com/package/standard-engine-ts)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/exuanbo/standard-engine-ts/Node.js%20CI/main.svg)](https://github.com/exuanbo/standard-engine-ts/actions?query=workflow%3A%22Node.js+CI%22)\n[![libera manifesto](https://img.shields.io/badge/libera-manifesto-lightgrey.svg)](https://liberamanifesto.com)\n\nUsed by [ts-standardx](https://github.com/exuanbo/ts-standardx).\n\n## Features\n\nTodo\n\n## Install\n\n```sh\nnpm install standard-engine-ts\n```\n\n## Usage\n\n```js\n#!/usr/bin/env node\n'use strict'\n\nconst path = require('path')\nconst { ESLint } = require('eslint')\nconst { run } = require('standard-engine-ts')\nconst {\n  name,\n  version,\n  description,\n  bugs,\n  homepage\n} = require('../package.json')\n\nrun({\n  cmd: name,\n  version,\n  tagline: description,\n  bugs: bugs.url,\n  homepage,\n  ESLint,\n  extensions: ['.ts'],\n  configFile: path.join(__dirname, '../.eslintrc.js')\n})\n```\n\n## API\n\nSee bundled [index.d.ts](https://gist.github.com/exuanbo/79d6fcd2c617f03ec530106bfe46d7a4).\n\n## Credits\n\n[standard/standard-engine](https://github.com/standard/standard-engine)\n\n## License\n\n[MIT License](https://github.com/exuanbo/standard-engine-ts/blob/main/LICENSE) © 2021 [Exuanbo](https://github.com/exuanbo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexuanbo%2Fstandard-engine-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexuanbo%2Fstandard-engine-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexuanbo%2Fstandard-engine-ts/lists"}