1.2.0 • Published 3 years ago

@seyph/eslint-config v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago