1.0.30 • Published 5 months ago
@fast-china/eslint-config v1.0.30
中 | 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 开源协议,欢迎大家提交 PR 或 Issue。
Apache开源许可证
版权所有 © 2018-Now 小方
许可授权:
本协议授予任何获得本软件及其相关文档(以下简称“软件”)副本的个人或组织。
在遵守本协议条款的前提下,享有使用、复制、修改、合并、发布、分发、再许可、销售软件副本的权利:
1.所有软件副本或主要部分必须保留本版权声明及本许可协议。
2.软件的使用、复制、修改或分发不得违反适用法律或侵犯他人合法权益。
3.修改或衍生作品须明确标注原作者及原软件出处。
特别声明:
- 本软件按“原样”提供,不提供任何形式的明示或暗示的保证,包括但不限于对适销性、适用性和非侵权的保证。
- 在任何情况下,作者或版权持有人均不对因使用或无法使用本软件导致的任何直接或间接损失的责任。
- 包括但不限于数据丢失、业务中断等情况。
免责条款:
禁止利用本软件从事危害国家安全、扰乱社会秩序或侵犯他人合法权益等违法活动。
对于基于本软件二次开发所引发的任何法律纠纷及责任,作者不承担任何责任。免责申明
请勿用于违反我国法律的项目上贡献者
感谢他们的所做的一切贡献!
补充说明
如果对您有帮助,您可以点右上角 ⭐Star 收藏一下 ,获取第一时间更新,谢谢!1.0.30
5 months ago
1.0.29
6 months ago
1.0.28
6 months ago
1.0.27
8 months ago
1.0.26
8 months ago
1.0.25
8 months ago
1.0.24
8 months ago
1.0.23
8 months ago
1.0.22
8 months ago
1.0.21
8 months ago
1.0.20
8 months ago
1.0.19
8 months ago
1.0.18
8 months ago
1.0.17
8 months ago
1.0.16
8 months ago
1.0.15
8 months ago
1.0.14
8 months ago
1.0.13
8 months ago
1.0.12
8 months ago
1.0.11
8 months ago
1.0.10
8 months ago
1.0.9
8 months ago
1.0.8
8 months ago
1.0.7
8 months ago
1.0.6
8 months ago
1.0.5
8 months ago
1.0.4
8 months ago
1.0.3
8 months ago
1.0.2
8 months ago
1.0.1
8 months ago