@404-software/eslint-config 中文文档教程

发布于 3年前 浏览 20 更新于 3年前

1- 运行 yarn add -D @404web/eslint-config eslint prettier && yarn 全局添加 eslint

2- 将此添加到项目根

"eslintConfig": { "extends": "@404web/eslint-config" }


中的 package.json 3- 安装 eslintprettier VS 代码扩展

4- 打开 VS Code 用户设置并添加以下内容

"editor.codeActionsOnSave": {
        "source.fixAll.eslint": true
},
"eslint.validate": ["javascript", "typescript", "javascriptreact", "typescriptreact"]




注意:要检查所有项目文件,请运行 eslint。 --ext .ts --ext .tsx --fix

1- Run yarn add -D @404web/eslint-config eslint prettier && yarn global add eslint

2- Add this to the package.json in the project's root

"eslintConfig": { "extends": "@404web/eslint-config" }


3- Install eslint and prettier VS Code Extentions

4- Open VS Code user settings and add the following

"editor.codeActionsOnSave": {
        "source.fixAll.eslint": true
},
"eslint.validate": ["javascript", "typescript", "javascriptreact", "typescriptreact"]




Note: To lint all the project files, run eslint . --ext .ts --ext .tsx --fix

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文