eslint-config-tunnckocore

_late October 2024_

MIT 48 个版本
安装
npm install eslint-config-tunnckocore
yarn add eslint-config-tunnckocore
pnpm add eslint-config-tunnckocore
bun add eslint-config-tunnckocore
README

eslint-config-tunnckocore

late October 2024

It is not ESLint v9 compatible yet, we waiting on Airbnb and some other plugins!

It has Prettier, Unicorn, Airbnb, React, Astro, Tailwind, Node, and Import plugins configured, it also has support for Hela Workspaces monorepos.

Usage

Include in .eslintrc.cjs

module.exports = require('eslint-config-tunnckocore/eslint.cjs');

And in .prettierrc.cjs

module.exports = require('eslint-config-tunnckocore/prettier.cjs');

and optionally TypeScript

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": ["eslint-config-tunnckocore/tsconfig.json"],
  "include": ["**/*.ts", "**/*.tsx"],
  "exclude": ["node_modules", "dist"]
}
版本列表
8.2.3 2024-12-15
8.2.2 2024-10-17
8.2.1 2024-10-16
8.2.0 2024-10-16
8.1.1 2024-10-16
8.1.0 2024-10-16
8.0.0 2024-10-16
7.0.1 2024-09-18
7.0.0 2024-09-18
6.0.0 2024-09-18
5.0.3 2024-09-18
5.0.2 2024-09-18
5.0.1 2024-09-18
5.0.0 2024-09-18
4.0.0 2024-03-28
3.0.1-alpha.10 2019-02-12
3.0.1-alpha.9 2019-02-12
3.0.1-alpha.8 2019-02-11
3.0.1-alpha.7 2019-02-11
3.0.1-alpha.6 2019-02-11
3.0.1-alpha.5 2019-02-11
3.0.1-alpha.4 2019-02-11
3.0.1-alpha.3 2019-02-11
3.0.1-alpha.2 2019-02-11
3.0.1-alpha.1 2019-02-11
3.0.1-alpha.0 2019-02-11
3.0.1 2019-02-11
3.0.1-next.0 2019-02-11
3.0.0 2019-01-25
2.0.0-rc.14 2019-01-17
2.0.0-rc.13 2019-01-16
2.0.0-rc.12 2019-01-13
2.0.0-rc.11 2019-01-13
2.0.0-rc.10 2019-01-13
2.0.0-rc.9 2019-01-13
2.0.0-rc.7 2019-01-13
2.0.0-rc.6 2018-11-23
2.0.0-rc.5 2018-11-22
2.0.0-rc.4 2018-11-22
2.0.0-rc.3 2018-11-22
2.0.0-rc.2 2018-11-22
2.0.0-rc.1 2018-11-22
1.1.0 2018-11-22
1.0.1 2018-02-15
1.0.0 2018-02-15
0.3.0 2017-11-24
0.2.0 2017-10-14
0.1.0 2017-10-13