Skip to content

Instantly share code, notes, and snippets.

@smmoosavi
Last active November 21, 2017 19:15
Show Gist options
  • Save smmoosavi/68dfe010e632ae9e4fb134ac4fff0229 to your computer and use it in GitHub Desktop.
Save smmoosavi/68dfe010e632ae9e4fb134ac4fff0229 to your computer and use it in GitHub Desktop.
list of questions for publishing npm package

what packages we need?

eslint

  • eslint
  • eslint-config-airbnb
  • eslint-plugin-import
  • eslint-plugin-jsx-a11y
  • eslint-plugin-react

.eslintrc

{
  "extends": "airbnb"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment