mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-23 14:39:58 +03:00
Fix eslint
This commit is contained in:
parent
9ca7b60b73
commit
698f336fd8
|
@ -2,6 +2,7 @@ module.exports = {
|
||||||
extends: '../../eslintrc.js.base.json',
|
extends: '../../eslintrc.js.base.json',
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
|
files: ['*.ts'],
|
||||||
extends: '../../eslintrc.ts.base.json',
|
extends: '../../eslintrc.ts.base.json',
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
tsconfigRootDir: __dirname,
|
tsconfigRootDir: __dirname,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user