معرفی شرکت ها


eslint-config-fbjs-4.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

For the most part, this configuration matches the ESLint configuration we have internally at Facebook.
ویژگی مقدار
سیستم عامل -
نام فایل eslint-config-fbjs-4.0.0
نام eslint-config-fbjs
نسخه کتابخانه 4.0.0
نگهدارنده ['zpao', 'fb']
ایمیل نگهدارنده ['paul@oshannessy.com', 'opensource+npm@fb.com']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی git+https://github.com/facebook/fbjs.git
آدرس اینترنتی https://github.com/facebook/fbjs#readme
مجوز MIT
# eslint-config-fbjs For the most part, this configuration matches the ESLint configuration we have internally at Facebook. There are several exceptions: - **No special cases for projects.** Some projects have stricter lint rules. Those configurations are not present here. If you open source a project with different configuration, just specify the overrides in your own repository's `.eslintrc` - **No fb-specific rules.** We have a number of custom rules internally that are not synced out. We may do that in the future. This means there are several things which we will not catch here but will be caught in Phabricator. Beware of that when relying on this configuration as your only linting process. ## Usage ### Install: #### `npm` ```sh npm install --save-dev \ eslint-config-fbjs \ eslint-plugin-babel \ eslint-plugin-ft-flow \ eslint-plugin-jsx-a11y \ eslint-plugin-react \ eslint \ hermes-eslint ``` #### `yarn` ```sh yarn add --dev \ eslint-config-fbjs \ eslint-plugin-babel \ eslint-plugin-ft-flow \ eslint-plugin-jsx-a11y \ eslint-plugin-react \ eslint \ hermes-eslint ``` ### Configure Add `extends: 'fbjs'` to your local `.eslintrc` #### Strict Configuration This package also comes with a *strict* version of the config. This can be used to make all warnings be reported as errors. While this can be overly strict, it can be helpful to avoid the case where some CI configurations don't fail for warnings. Use `extends: fbjs/strict` in your `.eslintrc`


زبان مورد نیاز

مقدار نام
18.1.0 Npm


نحوه نصب


نصب پکیج tgz eslint-config-fbjs-4.0.0:

    npm install eslint-config-fbjs-4.0.0.tgz