@matt-tingen/eslint-config

0.8.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.

Readme

Keywords

none

Package Sidebar

Install

npm i @matt-tingen/eslint-config

Weekly Downloads

0

Version

0.8.0

License

MIT

Unpacked Size

10.8 kB

Total Files

13

Last publish

Collaborators

  • matt-tingen