2.0.0 • Published 7 years ago

@wandiparis/eslint-config-wandi v2.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

eslint-config-wandi

Wandi ESLint configuration

Install

This package has some peer dependencies. The recommended way to install it and its peer dependencies in a single command is to install install-peerdeps and run it :

npm install -g install-peerdeps
install-peerdeps --dev @wandiparis/eslint-config-wandi

How to use

In your ESLint configuration file (we assume you use JS format in this documentation, please refer to ESLint documentation to see other supported formats), add the following extends property :

module.exports = {
    extends: "@wandiparis/eslint-config-wandi"
};

Rules

The config extends some other configurations :