eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
9 lines (8 loc) • 346 B
TypeScript
export declare const fields: [[{
readonly field: "permissions";
readonly items: {
readonly type: "string";
};
readonly description: "Comma-separated list of intrusive permissions to report (supported values: geolocation, camera, microphone, notifications, persistent-storage)";
readonly default: ["geolocation"];
}]];