1.4.2 • Published 4 years ago
eslint-config-typical v1.4.2
eslint-config-typical
Installation
Use npm to install to your development dependencies.
npm install --save-dev eslint-config-typical
Usage
Then add to your ESLint configuration.
module.exports = {
extends: 'typical',
}