Jest的ESLint赛跑者-JavaScript开发

时间:2024-06-14 18:29:09
【文件属性】:

文件名称:Jest的ESLint赛跑者-JavaScript开发

文件大小:122KB

文件格式:ZIP

更新时间:2024-06-14 18:29:09

JavaScript Miscellaneous

jest-runner-eslint用于Jest的ESLint运行程序安装安装jest(需要Jest 21+)和jest-runner-eslint yarn add --dev jest jest-runner-eslint#或与NPM npm instal jest-runner-eslint ESLint运行器供Jest使用安装Install jest(需要Jest 21+)和jest-runner-eslint yarn添加--dev jest jest-runner-eslint#或使用NPM npm install --save-dev jest jest-runner-eslint将其添加到您的Jest配置独立于package.json {“ jest”:{“ runner”:“ jest-runner-eslint”,“ displayName”:“ lint”,“ testMatch”:[“ /src/**/*.js“]}}或在jest.config.js module.exports = {跑步者:“ jest-runner-eslint”中,显示


【文件预览】:
jest-runner-eslint-main
----.eslintrc.json(321B)
----watch-fix.js(104B)
----yarn.lock(231KB)
----.prettierignore(7B)
----src()
--------utils()
--------runner()
--------watchFixPlugin()
----.babelrc(131B)
----.vscode()
--------settings.json(194B)
----Dockerfile(168B)
----examples()
--------simple()
----CONTRIBUTING.md(842B)
----.travis.yml(432B)
----integrationTests()
--------failing.test.js(153B)
--------runJest.js(1KB)
--------max-warnings.test.js(158B)
--------passing.test.js(158B)
--------custom-parser.test.js(855B)
--------format.test.js(145B)
--------__snapshots__()
--------skipped.test.js(153B)
--------__fixtures__()
--------loud.test.js(155B)
----LICENSE(1KB)
----jest.config.js(973B)
----README.md(8KB)
----.gitignore(52B)
----CHANGELOG.md(1KB)
----.eslintignore(96B)
----package.json(2KB)

网友评论