In order to improve both our efficiency and consistency, we need to standardize what we use and how we use it. This repository contains Pressmodo's standard configuration for ESLint.
To use this config, install @pressmodo/eslint-config as a development dependecy of your project:
npm install @pressmodo/eslint-config --save-devNext, add this configuration to your package.json:
{
"eslintConfig": {
"extends": "@pressmodo/eslint-config"
}
}Or add a .eslintrc file to your project root containing:
{
"extends": "@pressmodo/eslint-config"
}