eslint-config-kitA collection of useful eslint configs

联合创作 · 2023-09-30 07:21

ESLint Config Kit





ESLint Kit is a collection of useful ESLint configs for much more convenient project developing:




  • ⚡️
    Easy and fast installation using @eslint-kit/cli


  • ⚙️
    Only necessary rules to provide error checking and readability improving.


  • 🧩
    Modular usage. Easily combine presets for the different technologies.


  • 🔗
    Almost conflict free.


Here is the example for TypeScript React project:



{
"extends": [
"@eslint-kit/patch",
"@eslint-kit/base",
"@eslint-kit/typescript",
"@eslint-kit/react"
],
"parser": "@typescript-eslint/parser"
}


Usage


Check out our documentation.


Common issues


Check out the Common issues section in docs.


Contributing


Check out the Contributing section in docs.

浏览 27
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报