Skip to content

Releases: jungsoft/eslint-config

1.0.5

24 Jul 15:44
Compare
Choose a tag to compare

Added a ignore pattern for the unused vars rule

'no-unused-vars': ["error", {
      argsIgnorePattern: "^_",
      varsIgnorePattern: "^_",
}],

1.0.4

24 Jul 12:20
Compare
Choose a tag to compare

New version with shareable config for React Native projects