@mediavine/eslint-config-mediavine
v1.0.1
Published
ESlint config for all Mediavine Javascript projects
Downloads
5
Maintainers
Keywords
Readme
ESLint Config Mediavine
This repository contains the ESLint rules for all projects of Mediavine to follow. Be aware that if you change rules and upgrade a project to the newly created version with rules modified you could cause your project to have warnings and errors.
Development
In order to develop or test the first step is to install all dependencies of the application. To install all required modules run:
yarn install
To publish and deploy an ESLint config package run:
yarn publish
Don't forget to bump the version.