Releases: jungsoft/eslint-config
Releases · jungsoft/eslint-config
1.0.5
Added a ignore pattern for the unused vars rule
'no-unused-vars': ["error", {
argsIgnorePattern: "^_",
varsIgnorePattern: "^_",
}],
1.0.4
New version with shareable config for React Native projects