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.

Usage no npm install needed!

<script type="module">
  import eslintConfigPwmckenna from 'https://cdn.skypack.dev/eslint-config-pwmckenna';
</script>

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"
}