mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
761baba0aa
* chart-monitor * and that
14 lines
275 B
JavaScript
14 lines
275 B
JavaScript
module.exports = {
|
|
extends: '../../.eslintrc',
|
|
overrides: [
|
|
{
|
|
files: ['*.ts', '*.tsx'],
|
|
extends: '../../eslintrc.ts.react.base.json',
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: ['./tsconfig.json'],
|
|
},
|
|
},
|
|
],
|
|
};
|