@1f8/eslint-config-react 中文文档教程

发布于 4年前 浏览 27 项目主页 更新于 3年前

ESlint Setup for 1F8

帮助您设计代码样式。 不相信有什么正确的方法,但这种方法符合我们的风格。

NPM Github

Instructions

# Gatsby
yarn add -D @1f8/eslint-config-react
cp node_modules/@1f8/eslint-config-react/.eslintignore .eslintignore

# React
cp node_modules/@1f8/eslint-config-react/.eslintignore .eslintignore
npx install-peerdeps -D @1f8/eslint-config-react
touch .eslintrc
/** .eslintrc */
{
  "extends": ["@1f8/eslint-config-react"]
}

Debug

  • If you have any typescript files that isn't being ignored, an error will be thrown if you dont have a typescript linter

ESlint Setup for 1F8

Helps you with styling your code. Don't believe there's any correct way, but this way fits our style.

NPM Github

Instructions

# Gatsby
yarn add -D @1f8/eslint-config-react
cp node_modules/@1f8/eslint-config-react/.eslintignore .eslintignore

# React
cp node_modules/@1f8/eslint-config-react/.eslintignore .eslintignore
npx install-peerdeps -D @1f8/eslint-config-react
touch .eslintrc
/** .eslintrc */
{
  "extends": ["@1f8/eslint-config-react"]
}

Debug

  • If you have any typescript files that isn't being ignored, an error will be thrown if you dont have a typescript linter
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文