UNPKG

126 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 plugins: ["flowtype"],
5 extends: ["plugin:flowtype/recommended", "prettier/flowtype"]
6};