UNPKG

126 BJavaScriptView Raw
1module.exports = {
2 extends: [
3 './base',
4 './jsx-a11y',
5 './react',
6 './flowtype',
7 ].map(require.resolve),
8};