0.8.0 • Published 3 months ago

@matt-tingen/eslint-config v0.8.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 months ago
yarn add -D eslint @matt-tingen/eslint-config

.eslintrc.js

require('@matt-tingen/eslint-config/patch');

module.exports = {
  root: true,
  extends: [
    '@matt-tingen/eslint-config',
    'plugin:react/jsx-runtime', // If using JSX transform from react 17
  ],
};

The @matt-tingen/eslint-config/base is also available for projects not using react.