Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-pwmckenna

pwmckenna25ISC1.0.5

I use the same eslint config on all my projects. This makes it super simple for me to configure .eslintrc. I would recommend against anyone else using this. This is kept in sync with [babel-preset-pwmckenna](https://github.com/pwmckenna/babel-preset

readme

eslint-config-pwmckenna

I use the same eslint config on all my projects. This makes it super simple for me to configure .eslintrc. I would recommend against anyone else using this. This is kept in sync with babel-preset-pwmckenna so that eslint enforces the same syntax that babel can compile.

.eslintrc

{
  "extends": "pwmckenna"
}