1.0.0 • Published 8 years ago
@dnlomnimedia/eslint-config-team-dnl v1.0.0
Team DNL Eslint Config
This repo contains team DNL's custom eslint config options as a node module. It is registered with NPM and can be found here. This repo is only intended to make changes and updates to what is registered with NPM, and is not to be installed for use in projects. To publish a package and/or update this package on NPM, please read the following documentation
In order to use it in your project, install it with npm i -D eslint-config-team-dnl
and inside of your .eslintrc
or eslint config file, simply extend like so:
{
'extends': 'eslint-config-team-dnl'
}
More information about extending configs can be found here.
1.0.0
8 years ago