mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Fix
This commit is contained in:
parent
788191e6ce
commit
aec2074d45
13
packages/react-json-tree/examples/.eslintrc.js
Normal file
13
packages/react-json-tree/examples/.eslintrc.js
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
module.exports = {
|
||||||
|
extends: '../../../.eslintrc',
|
||||||
|
overrides: [
|
||||||
|
{
|
||||||
|
files: ['*.ts', '*.tsx'],
|
||||||
|
extends: '../../../eslintrc.ts.react.base.json',
|
||||||
|
parserOptions: {
|
||||||
|
tsconfigRootDir: __dirname,
|
||||||
|
project: ['./tsconfig.json']
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
|
@ -77,7 +77,9 @@ const data = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
baz: undefined,
|
baz: undefined,
|
||||||
func: function User() {}
|
func: function User() {
|
||||||
|
// noop
|
||||||
|
}
|
||||||
},
|
},
|
||||||
emptyObject: {},
|
emptyObject: {},
|
||||||
symbol: Symbol('value'),
|
symbol: Symbol('value'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user