@internet/eslint-config
v0.2.0
Published
Personal ESLint config based on Standard
Downloads
2
Readme
Eslint Config
Requirements
- Node 10
Module Installation
# using npm
$ npm install --save-dev @internet/eslint-config
# or using yarn
$ yarn add --dev @internet/eslint-config
Usage
Add this to your eslint config:
{
"extends": ["@internet"]
}
License
eslint-config
is a package of the @internet npm scope.
@internet is a collection of opinionated and interoperables front-end npm ES6 modules, with minimal external dependencies.