1.0.30 • Published 4 months ago

@fast-china/eslint-config v1.0.30

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 months ago

| En

安装

使用包管理器

# 选择一个你喜欢的包管理器

# NPM
npm install @fast-china/eslint-config --save-dev

# Yarn
yarn add @fast-china/eslint-config --dev

# pnpm(推荐)
pnpm install @fast-china/eslint-config --save-dev

使用

.eslintrc.cjs 示例

module.exports = {
	root: true,
	extends: ["@fast-china"],
};
const { defineConfig } = require("eslint-define-config");

module.exports = defineConfig({
	root: true,
	extends: ["@fast-china/eslint-config"],
});

eslint.config.mjs 示例

import fastChinaFlat from "@fast-china/eslint-config/flat";

export default [...fastChinaFlat];
import fastChinaFlat from "@fast-china/eslint-config/flat";
import { defineConfig } from "eslint/config";

export default defineConfig(...fastChinaFlat);
import fastChinaFlat from "@fast-china/eslint-config/flat";
import tseslint from "typescript-eslint";

export default tseslint.config({
	extends: [...fastChinaFlat],
});

更新日志

更新日志 点击查看

协议

Fast.ESLint.Config 遵循 Apache-2.0 开源协议,欢迎大家提交 PRIssue

Apache开源许可证

版权所有 © 2018-Now 小方

许可授权:
本协议授予任何获得本软件及其相关文档(以下简称“软件”)副本的个人或组织。
在遵守本协议条款的前提下,享有使用、复制、修改、合并、发布、分发、再许可、销售软件副本的权利:
1.所有软件副本或主要部分必须保留本版权声明及本许可协议。
2.软件的使用、复制、修改或分发不得违反适用法律或侵犯他人合法权益。
3.修改或衍生作品须明确标注原作者及原软件出处。

特别声明:
- 本软件按“原样”提供,不提供任何形式的明示或暗示的保证,包括但不限于对适销性、适用性和非侵权的保证。
- 在任何情况下,作者或版权持有人均不对因使用或无法使用本软件导致的任何直接或间接损失的责任。
- 包括但不限于数据丢失、业务中断等情况。

免责条款:
禁止利用本软件从事危害国家安全、扰乱社会秩序或侵犯他人合法权益等违法活动。
对于基于本软件二次开发所引发的任何法律纠纷及责任,作者不承担任何责任。

免责申明

请勿用于违反我国法律的项目上

贡献者

感谢他们的所做的一切贡献!

补充说明

如果对您有帮助,您可以点右上角 ⭐Star 收藏一下 ,获取第一时间更新,谢谢!
1.0.30

4 months ago

1.0.29

5 months ago

1.0.28

5 months ago

1.0.27

7 months ago

1.0.26

7 months ago

1.0.25

7 months ago

1.0.24

7 months ago

1.0.23

7 months ago

1.0.22

7 months ago

1.0.21

7 months ago

1.0.20

7 months ago

1.0.19

7 months ago

1.0.18

7 months ago

1.0.17

7 months ago

1.0.16

7 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago