mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Format
This commit is contained in:
parent
8d5f338688
commit
4a1e7d751c
|
@ -9,8 +9,8 @@ module.exports = {
|
||||||
project: true,
|
project: true,
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
"react/no-unknown-property": ["error", { "ignore": ["css"] }]
|
'react/no-unknown-property': ['error', { ignore: ['css'] }],
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
files: ['demo/**/*.ts', 'demo/**/*.tsx'],
|
files: ['demo/**/*.ts', 'demo/**/*.tsx'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user