mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-22 04:40:46 +00:00
* 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
29 lines
811 B
JSON
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
|
|
}
|