Created by: vbud
Adds the destructuredArrayIgnorePattern: '^_' option to the no-unused-vars eslint rule.
This allows you to write code like const [_, dispatch] = useContext(AppContext) without getting a lint warning.
Created by: vbud
Adds the destructuredArrayIgnorePattern: '^_' option to the no-unused-vars eslint rule.
This allows you to write code like const [_, dispatch] = useContext(AppContext) without getting a lint warning.