1.2.0 • Published 2 years ago

@seyph/eslint-config v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago