Files
desktop/tools/eslint-plugin-spidermonkey-js/package.json
mr. m 37eed5fcfe fix: Start working on more eslint rules, p=#11874
* fix: Start working on more eslint rules, b=no-bug, c=common, mods, workspaces

* chore: Continue migration, b=no-bug, c=workflows, windows, glance, mods, welcome, workspaces, common, compact-mode, folders, tests, kbs, media, split-view, tabs

* chore: Finish, b=no-bug, c=common, compact-mode, folders, glance, tests, kbs, media, mods, split-view, tabs, workspaces, welcome

* fix: Fix installing deps, b=no-bug, c=common

* feat: Dont initialize git on download checks, b=no-bug, c=workflows

* feat: Remove empty JS docs, b=no-bug, c=common, compact-mode, folders, glance, kbs, media, mods, split-view, tabs, tests, workspaces

* chore: Run lint, b=no-bug, c=common, folders, glance, kbs, mods, split-view, tabs, workspaces
2026-01-12 15:11:43 +01:00

29 lines
811 B
JSON

{
"description": "A collection of rules that help enforce JavaScript coding standard in the Mozilla SpiderMonkey project.",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"mozilla",
"spidermonkey"
],
"bugs": {
"url": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Lint"
},
"homepage": "http://firefox-source-docs.mozilla.org/tools/lint/linters/eslint-plugin-spidermonkey-js.html",
"repository": {
"type": "hg",
"url": "https://hg.mozilla.org/mozilla-central/"
},
"author": "Mozilla",
"main": "lib/index.js",
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=6.9.1"
},
"license": "MPL-2.0",
"notes(private)": "We don't want to publish to npm, so this is marked as private",
"private": true
}