外觀
禁止使用非標準的 Promise 靜態方法。
非標準的 Promise 可能會增加維護成本。
此規則的錯誤程式碼範例
Promise.done();
此規則的正確程式碼範例
Promise.resolve();