npm install eslint-config-m6webor
yarn add eslint-config-m6webExtends the configuration in the .eslintrc file at the root of your project.
{
"extends": "m6web"
}Here are some envs you can add depending your project:
"env": {
"browser" : true,
"jasmine": true
}yarn lintyarn release -- <version>