@darcytech/eslint-config-base-darcytech

5.2.0 • Public • Published

@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"
  }
};

问题

how to silence warnings about ignored files in eslint

Package Sidebar

Install

npm i @darcytech/eslint-config-base-darcytech

Weekly Downloads

0

Version

5.2.0

License

MIT

Unpacked Size

2.14 kB

Total Files

3

Last publish

Collaborators

  • noshower