2.0.1 • Published 3 years ago

@thtliife/eslint-config v2.0.1

Weekly downloads
44
License
MIT
Repository
github
Last release
3 years ago

@thtliife/eslint-config

This is my very opinionated linting setup, for my javascript projects.

On install, this will create / update the following files in your package directory.

  • .eslintrc.js
  • .prettierrc.js
  • babel.config.js

Warning: If any of these files exist in your project directory, they will be modified. If you still want to continue, install by simply running the following in a new project folder.

# Initialise a new project (Optional)
npm init -y

# Install package and peer dependencies
npx install-peerdeps --dev @thtliife/eslint-config

glhf :)