@abdullahceylan/eslint-config-react-native 中文文档教程

发布于 6年前 浏览 17 项目主页 更新于 3年前

@abdullahceylan/eslint-config-react-native

我使用过的 ESLint React Native 配置。

Install

npm install --save-dev @abdullahceylan/eslint-config-react-native

yarn add --dev @abdullahceylan/eslint-config-react-native

Usage

  • Create .eslintrc.js folder into root directory
  • Paste following:
  module.exports = {
    parser: 'babel-eslint',
    extends: [
      '@abdullahceylan/eslint-config', // optional
      '@abdullahceylan/eslint-config-react-native',
    ],
    env: {
      es6: true,
    },
    rules: {
      // your own rules
    },
  };

@abdullahceylan/eslint-config-react-native

ESLint React Native configurations that I've used.

Install

npm install --save-dev @abdullahceylan/eslint-config-react-native

or

yarn add --dev @abdullahceylan/eslint-config-react-native

Usage

  • Create .eslintrc.js folder into root directory
  • Paste following:
  module.exports = {
    parser: 'babel-eslint',
    extends: [
      '@abdullahceylan/eslint-config', // optional
      '@abdullahceylan/eslint-config-react-native',
    ],
    env: {
      es6: true,
    },
    rules: {
      // your own rules
    },
  };
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文