1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 02:10:49 +03:00
redux-devtools/packages/redux-devtools-log-monitor/.eslintrc.js
Nathan Bierema 2faa16319b
feat(redux-devtools-log-monitor): convert to TypeScript ()
* Stash

* And that

* finish

* fix up dependencies
2020-08-27 09:19:37 -04:00

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'],
},
},
],
};