{"id":29770341,"url":"https://github.com/darahak/eslint-plugin-ignore-native-decl","last_synced_at":"2026-05-08T16:52:02.073Z","repository":{"id":45953609,"uuid":"83489557","full_name":"darahak/eslint-plugin-ignore-native-decl","owner":"darahak","description":"Preprocess JavaScript files to ignore forward declarations that use the native function notation for V8 extensions.","archived":false,"fork":false,"pushed_at":"2021-10-16T01:06:37.000Z","size":305,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T09:15:38.816Z","etag":null,"topics":["eslint","eslint-plugin","extension","functions","native","v8"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/eslint-plugin-ignore-native-decl","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/darahak.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":"2017-02-28T23:25:24.000Z","updated_at":"2023-03-04T06:01:29.000Z","dependencies_parsed_at":"2022-09-10T16:41:06.382Z","dependency_job_id":null,"html_url":"https://github.com/darahak/eslint-plugin-ignore-native-decl","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/darahak/eslint-plugin-ignore-native-decl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darahak%2Feslint-plugin-ignore-native-decl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darahak%2Feslint-plugin-ignore-native-decl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darahak%2Feslint-plugin-ignore-native-decl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darahak%2Feslint-plugin-ignore-native-decl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darahak","download_url":"https://codeload.github.com/darahak/eslint-plugin-ignore-native-decl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darahak%2Feslint-plugin-ignore-native-decl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265730302,"owners_count":23818763,"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","eslint-plugin","extension","functions","native","v8"],"created_at":"2025-07-27T05:02:07.112Z","updated_at":"2026-05-08T16:51:57.006Z","avatar_url":"https://github.com/darahak.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm](https://img.shields.io/npm/v/eslint-plugin-ignore-native-decl.svg)](https://www.npmjs.com/package/eslint-plugin-ignore-native-decl)\n[![codecov](https://codecov.io/gh/darahak/eslint-plugin-ignore-native-decl/branch/master/graph/badge.svg)](https://codecov.io/gh/darahak/eslint-plugin-ignore-native-decl)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/darahak/eslint-plugin-ignore-native-decl/master/LICENSE)\n\n# eslint-plugin-ignore-native-decl\n\nPreprocess JavaScript files to ignore forward declarations that use the `native function` notation for V8 extensions.  \nYou can find more details on V8 extensions in this [wiki article](https://github.com/adobe/brackets-shell/wiki/Writing-V8-Extensions).\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```bash\nnpm install eslint --save-dev\n```\n\nNext, install `eslint-plugin-ignore-native-decl`:\n\n```bash\nnpm install eslint-plugin-ignore-native-decl --save-dev\n```\n\nYou can also use [Yarn](https://yarnpkg.com/en/):\n\n```bash\nyarn add eslint --dev\nyarn add eslint-plugin-ignore-native-decl --dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-ignore-native-decl` globally.\n\n## Usage\n\nAdd `ignore-native-decl` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n  \"plugins\": [\"ignore-native-decl\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarahak%2Feslint-plugin-ignore-native-decl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarahak%2Feslint-plugin-ignore-native-decl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarahak%2Feslint-plugin-ignore-native-decl/lists"}