Skip to content

seyph/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published