UNPKG

eslint-config-airbnb-standard

Version:

Airbnb's JS ESLint config + JS Standard Style + semicolons

11 lines (10 loc) 205 B
/*** * Node External Editor * * Kevin Gravier <kevin@mrkmg.com> * MIT 2018 */ export declare class LaunchEditorError extends Error { originalError: Error; constructor(originalError: Error); }