UNPKG

189 BJavaScriptView Raw
1module.exports = {
2 extends: [
3 './base.js',
4 './testingLibrary.js',
5 './typescript.js',
6 './jest.js',
7 './sortImports.js',
8 './prettier.js',
9 './unicorn.js',
10 ],
11};