UNPKG

161 BJavaScriptView Raw
1module.exports = {
2 extends: [
3 './base.js',
4 './typescript.js',
5 './jest.js',
6 './react.js',
7 './sort-imports.js',
8 './prettier.js',
9 ],
10};