文件名称:eslint-plugin-deprecation:报告已弃用代码使用情况的ESLint规则
文件大小:117KB
文件格式:ZIP
更新时间:2024-05-22 07:14:09
TypeScript
eslint插件弃用 报告已弃用代码使用情况的ESLint规则 先决条件 该插件仅适用于@typescript-eslint/parser 。 这意味着您应该安装dev deps: @typescript-eslint/parser typescript 然后配置ESLint来解析TypeScript并包括类型信息: { "parser" : "@typescript-eslint/parser" , "parserOptions" : { "ecmaVersion" : 2020 , "sourceType" : "module" , "project" : "./tsconfig.json" // <-- Point to your project's tsconfig.json or create new one } } 安装 安装插件
【文件预览】:
eslint-plugin-deprecation-master
----.gitignore(29B)
----.eslintrc(282B)
----package.json(2KB)
----package-lock.json(473KB)
----src()
--------index.ts(53B)
--------rules()
----.travis.yml(472B)
----jest.config.js(270B)
----LICENSE(7KB)
----CHANGELOG.md(2KB)
----tsconfig.json(422B)
----.github()
--------ISSUE_TEMPLATE()
----README.md(2KB)
----tests()
--------typings()
--------rules()
--------fixtures()
--------tsconfig.test.json(304B)
----.eslintignore(6B)
----tsconfig.build.json(211B)
----.releaserc(755B)
----.editorconfig(246B)
----.prettierrc(78B)