@seyph/eslint-config

1.2.0 • Public • Published

SEYPH ESLint config

Whats included?

  • Airbnb config base;
  • Typescript parser and plugin;
  • React and Hooks plugins;
  • Import plugins;
  • JSX a11y plugin;
  • Tailwind CSS plugin;
  • Prettier integration;

Setup

  1. Install the dependencies
npm i -D eslint @seyph/eslint-config
  1. Create a .eslintrc.json file extending the config:
{
  "extends": "@seyph"
}

You can also use .eslintrc.js or .eslintrc instead of JSON if you prefer.

Package Sidebar

Install

npm i @seyph/eslint-config

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

5.21 kB

Total Files

5

Last publish

Collaborators

  • rickserraglia