معرفی شرکت ها


eslint-plugin-standard-5.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

ESlint Plugin for the Standard Linter
ویژگی مقدار
سیستم عامل -
نام فایل eslint-plugin-standard-5.0.0
نام eslint-plugin-standard
نسخه کتابخانه 5.0.0
نگهدارنده ['jhiesey', 'bret', 'feross', 'flet', 'linusu', 'mafintosh', 'jprichardson', 'watson', 'raynos', 'toddbluhm', 'voxpelli', 'xjamundx']
ایمیل نگهدارنده ['john@hiesey.com', 'bcomnes@gmail.com', 'feross@feross.org', 'flettre@gmail.com', 'linus@folkdatorn.se', 'mathiasbuus@gmail.com', 'jprichardson@gmail.com', 'w@tson.dk', 'raynos2@gmail.com', 'toddbluhm@gmail.com', 'pelle@kodfabrik.se', 'jamund@gmail.com']
نویسنده Feross Aboukhadijeh
ایمیل نویسنده feross@feross.org
آدرس صفحه اصلی git+https://github.com/standard/eslint-plugin-standard.git
آدرس اینترنتی https://github.com/standard/eslint-plugin-standard#readme
مجوز MIT
# eslint-plugin-standard [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] [travis-image]: https://img.shields.io/travis/standard/eslint-plugin-standard/master.svg [travis-url]: https://travis-ci.org/standard/eslint-plugin-standard [npm-image]: https://img.shields.io/npm/v/eslint-plugin-standard.svg [npm-url]: https://npmjs.org/package/eslint-plugin-standard [downloads-image]: https://img.shields.io/npm/dm/eslint-plugin-standard.svg [downloads-url]: https://npmjs.org/package/eslint-plugin-standard [standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg [standard-url]: https://standardjs.com ### Deprecated: This package isn't used by `standard` anymore, as of `standard` v16. See: https://github.com/standard/standard/issues/1316 ESlint Rules for the Standard Linter ### Usage `npm install --save-dev eslint-plugin-standard` ### Configuration ```js module.exports = { rules: { 'standard/object-curly-even-spacing': [2, 'either'], 'standard/array-bracket-even-spacing': [2, 'either'], 'standard/computed-property-even-spacing': [2, 'even'], 'standard/no-callback-literal': [2, ['cb', 'callback']] } } ``` ### Rules Explanations There are several rules that were created specifically for the `standard` linter. - `object-curly-even-spacing` - Like `object-curly-spacing` from ESLint except it has an `either` option which lets you have 1 or 0 spaces padding. - `array-bracket-even-spacing` - Like `array-bracket-even-spacing` from ESLint except it has an `either` option which lets you have 1 or 0 spacing padding. - `computed-property-even-spacing` - Like `computed-property-spacing` around ESLint except is has an `even` option which lets you have 1 or 0 spacing padding. - `no-callback-literal` - Ensures that we strictly follow the callback pattern with `undefined`, `null` or an error object in the first position of a callback.


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

مقدار نام
14.15.1 Npm


نحوه نصب


نصب پکیج tgz eslint-plugin-standard-5.0.0:

    npm install eslint-plugin-standard-5.0.0.tgz