UNPKG

265 BJavaScriptView Raw
1module.exports = {
2 extends: [
3 'eslint:recommended',
4 'plugin:@typescript-eslint/recommended',
5 'prettier',
6 ],
7 parser: '@typescript-eslint/parser',
8 plugins: ['@typescript-eslint'],
9 settings: {
10 react: {
11 version: 'detect',
12 },
13 },
14};