1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-04-11 12:14:16 +03:00

chore(*): fix lint on ubuntu ()

This commit is contained in:
Nathan Bierema 2021-09-17 23:35:49 -04:00 committed by GitHub
parent e18b2757f4
commit 6644072a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 14 additions and 14 deletions
packages
devui
map2tree
react-base16-styling
react-dock
react-json-tree
redux-devtools-app
redux-devtools-cli
redux-devtools-inspector-monitor-test-tab
redux-devtools-inspector-monitor-trace-tab
redux-devtools-instrument
redux-devtools-serialize
redux-devtools

View File

@ -10,7 +10,7 @@ module.exports = {
},
},
{
files: ['tests/*.ts', 'tests/*.tsx'],
files: ['tests/**/*.ts', 'tests/**/*.tsx'],
extends: '../../eslintrc.ts.react.jest.base.json',
parserOptions: {
tsconfigRootDir: __dirname,
@ -18,7 +18,7 @@ module.exports = {
},
},
{
files: ['.storybook/tests/*.ts', '.storybook/tests/*.tsx'],
files: ['.storybook/**/*.ts', '.storybook/**/*.tsx'],
extends: '../../eslintrc.ts.react.jest.base.json',
parserOptions: {
tsconfigRootDir: __dirname,

View File

@ -10,7 +10,7 @@ module.exports = {
},
},
{
files: ['test/*.ts'],
files: ['test/**/*.ts'],
extends: '../../eslintrc.ts.jest.base.json',
parserOptions: {
tsconfigRootDir: __dirname,

View File

@ -10,7 +10,7 @@ module.exports = {
},
},
{
files: ['test/*.ts'],
files: ['test/**/*.ts'],
extends: '../../eslintrc.ts.jest.base.json',
parserOptions: {
tsconfigRootDir: __dirname,

View File

@ -10,7 +10,7 @@ module.exports = {
},
},
{
files: ['test/*.ts', 'test/*.tsx'],
files: ['test/**/*.ts', 'test/**/*.tsx'],
extends: '../../eslintrc.ts.react.jest.base.json',
parserOptions: {
tsconfigRootDir: __dirname,

View File

@ -10,7 +10,7 @@ module.exports = {
},
},
{
files: ['test/*.ts', 'test/*.tsx'],
files: ['test/**/*.ts', 'test/**/*.tsx'],
extends: '../../eslintrc.ts.react.jest.base.json',
parserOptions: {
tsconfigRootDir: __dirname,

View File

@ -10,7 +10,7 @@ module.exports = {
},
},
{
files: ['demo/*.ts', 'demo/*.tsx'],
files: ['demo/**/*.ts', 'demo/**/*.tsx'],
extends: '../../eslintrc.ts.react.base.json',
parserOptions: {
tsconfigRootDir: __dirname,
@ -18,7 +18,7 @@ module.exports = {
},
},
{
files: ['test/*.ts', 'test/*.tsx'],
files: ['test/**/*.ts', 'test/**/*.tsx'],
extends: '../../eslintrc.ts.react.jest.base.json',
parserOptions: {
tsconfigRootDir: __dirname,

View File

@ -10,7 +10,7 @@ module.exports = {
},
},
{
files: ['test/*.ts', 'test/*.tsx'],
files: ['test/**/*.ts', 'test/**/*.tsx'],
extends: '../../eslintrc.ts.jest.base.json',
parserOptions: {
tsconfigRootDir: __dirname,

View File

@ -26,7 +26,7 @@ module.exports = {
},
},
{
files: ['test/*.ts', 'test/*.tsx'],
files: ['test/**/*.ts', 'test/**/*.tsx'],
extends: '../../eslintrc.ts.react.jest.base.json',
parserOptions: {
tsconfigRootDir: __dirname,

View File

@ -10,7 +10,7 @@ module.exports = {
},
},
{
files: ['test/*.ts', 'test/*.tsx'],
files: ['test/**/*.ts', 'test/**/*.tsx'],
extends: '../../eslintrc.ts.react.jest.base.json',
parserOptions: {
tsconfigRootDir: __dirname,

View File

@ -10,7 +10,7 @@ module.exports = {
},
},
{
files: ['test/*.ts'],
files: ['test/**/*.ts'],
extends: '../../eslintrc.ts.jest.base.json',
parserOptions: {
tsconfigRootDir: __dirname,

View File

@ -10,7 +10,7 @@ module.exports = {
},
},
{
files: ['test/*.ts'],
files: ['test/**/*.ts'],
extends: '../../eslintrc.ts.jest.base.json',
parserOptions: {
tsconfigRootDir: __dirname,

View File

@ -10,7 +10,7 @@ module.exports = {
},
},
{
files: ['test/*.ts', 'test/*.tsx'],
files: ['test/**/*.ts', 'test/**/*.tsx'],
extends: '../../eslintrc.ts.react.jest.base.json',
parserOptions: {
tsconfigRootDir: __dirname,