Skip to content

Instantly share code, notes, and snippets.

@nyaapass
Last active August 5, 2018 06:24
Show Gist options
  • Save nyaapass/567704ad80a30f6567961a761ad6e189 to your computer and use it in GitHub Desktop.
Save nyaapass/567704ad80a30f6567961a761ad6e189 to your computer and use it in GitHub Desktop.
Initialize eslint with yarn and standard style

Initialize ESLint

Install

yarn add -D eslint eslint-config-standard eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node

.eslintrc file

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