redux-devtools/packages/redux-devtools-remote/.eslintrc.js

8 lines
154 B
JavaScript
Raw Normal View History

2021-10-28 23:39:47 +03:00
module.exports = {
extends: '../../eslintrc.ts.base.json',
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig.json'],
},
};