mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-03 09:06:06 +08:00
disable ignoring unused vars prefixed with _ (#1763)
This commit is contained in:
committed by
Dan Abramov
parent
942cf6230c
commit
efd99a95f3
@@ -135,8 +135,6 @@ module.exports = {
|
||||
'no-unused-vars': [
|
||||
'warn',
|
||||
{
|
||||
vars: 'local',
|
||||
varsIgnorePattern: '^_',
|
||||
args: 'none',
|
||||
ignoreRestSiblings: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user