mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-21 21:49:55 +03:00
Fix lint
This commit is contained in:
parent
f148fbf264
commit
5127354f83
|
@ -2,7 +2,7 @@ module.exports = {
|
|||
extends: '../../.eslintrc',
|
||||
overrides: [
|
||||
{
|
||||
files: ['src/*.ts', 'src/*.tsx'],
|
||||
files: ['*.ts', '*.tsx'],
|
||||
extends: '../../eslintrc.ts.react.base.json',
|
||||
parserOptions: {
|
||||
tsconfigRootDir: __dirname,
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
"extends": "../../tsconfig.react.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "lib"
|
||||
},
|
||||
"include": ["demo", "src"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user