@darcytech/eslint-config-base-darcytech
v5.2.0
Published
eslint 通用基础配置
Downloads
9
Maintainers
Readme
@darcytech/eslint-config-base-darcytech
简介
整理 eslint 的 typescript 基础配置,不支持 React。如果需要支持检查 React, 请使用 @darcytech/eslint-config-darcytech
注意
ESLint8 要求 node 版本 ^12.22.0, ^14.17.0, or >=16.0.0
安装
npm install --save-dev @darcytech/eslint-config-base-darcytech eslint prettier jest
用法
module.exports = {
root: true,
extends: ['@darcytech/base-darcytech'],
parserOptions: {
project: "./tsconfig.json"
}
};