6.0.0 • Published 5 years ago

@wkovacs64/eslint-config v6.0.0

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

@wkovacs64/eslint-config

This is my base personal ESLint configuration.

Install

npx install-peerdeps --dev --yarn @wkovacs64/eslint-config

Drop the --yarn when using npm.

Usage

Extend in your .eslintrc.js:

module.exports = {
  extends: ['@wkovacs64/eslint-config'],
};

Other Configurations