UNPKG

169 BJavaScriptView Raw
1module.exports = {
2 extends: [
3 "../index.js",
4 "../jest.js",
5 "../jest-and-typescript.js",
6 "../typescript.js",
7 "../react.js",
8 "prettier",
9 ],
10};