@matt-tingen/eslint-config

0.9.0 • Public • Published
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.

Dependents (0)

Package Sidebar

Install

npm i @matt-tingen/eslint-config

Weekly Downloads

121

Version

0.9.0

License

MIT

Unpacked Size

11.1 kB

Total Files

13

Last publish

Collaborators

  • matt-tingen