0.1.5 • Published 6 years ago
@vbelolapotkov/eslint-config v0.1.5
@vbelolapotkov/eslint-config
Shareable ESLint configuration.
Installation
npm i -D @vbelolapotkov/eslint-configUsage
Create .eslintrc.js in your project root:
module.exports = {
extends: "@vbelolapotkov/eslint-config"
};