@1f8/eslint-config-react 中文文档教程
ESlint Setup for 1F8
帮助您设计代码样式。 不相信有什么正确的方法,但这种方法符合我们的风格。
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.
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
更多
你可能也喜欢
- @01ht/ht-need-login 中文文档教程
- @11ty/eleventy-cache-assets 中文文档教程
- @128keaton/url-assembler 中文文档教程
- @12stonechurch/react-native-audio-toolkit 中文文档教程
- @168-cli/utils 中文文档教程
- @21kb/react-element-focus-hook 中文文档教程
- @5rabbits/headerstrip 中文文档教程
- @78nine/polka-basic-auth 中文文档教程
- @a8k/changelog 中文文档教程
- @aabuhijleh/gulp-inno 中文文档教程