update fix eslint,
This commit is contained in:
@@ -82,7 +82,13 @@ module.exports = {
|
||||
'eslintreact/jsx-sort-props': 'off',
|
||||
'react/jsx-sort-props': 'off',
|
||||
},
|
||||
ignorePatterns: ['**/*del', '**/*bak', '**/*copy.*', '**/*copy*.*'],
|
||||
ignorePatterns: [
|
||||
'**/*.del',
|
||||
'**/*.bak',
|
||||
'**/*copy.*',
|
||||
'**/*copy*.*',
|
||||
//
|
||||
],
|
||||
overrides: [
|
||||
{
|
||||
// override to ignore no-def for `describe`, `it`, and `expect`
|
||||
|
Reference in New Issue
Block a user