Skip to content

Instantly share code, notes, and snippets.

@sezeresim
Last active June 12, 2021 11:22
Show Gist options
  • Save sezeresim/0a01464e41058b228f8b369363488f62 to your computer and use it in GitHub Desktop.
Save sezeresim/0a01464e41058b228f8b369363488f62 to your computer and use it in GitHub Desktop.
Eslint Rules
rules: {
'react-hooks/exhaustive-deps': 'off',
eqeqeq: 'off',
'no-var': 'error',
'prefer-const': 'warn',
camelcase: 'warn',
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment