معرفی شرکت ها


eslint-config-mysticatea-13.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Shareable configurations of ESLint for me.
ویژگی مقدار
سیستم عامل -
نام فایل eslint-config-mysticatea-13.0.2
نام eslint-config-mysticatea
نسخه کتابخانه 13.0.2
نگهدارنده ['mysticatea']
ایمیل نگهدارنده ['star.ctor@gmail.com']
نویسنده Toru Nagashima
ایمیل نویسنده -
آدرس صفحه اصلی git+https://github.com/mysticatea/eslint-config.git
آدرس اینترنتی https://github.com/mysticatea/eslint-config#readme
مجوز MIT
# eslint-config-mysticatea [![npm version](https://img.shields.io/npm/v/eslint-config-mysticatea.svg)](https://www.npmjs.com/package/eslint-config-mysticatea) [![Downloads/month](https://img.shields.io/npm/dm/eslint-config-mysticatea.svg)](http://www.npmtrends.com/eslint-config-mysticatea) [![Build Status](https://travis-ci.org/mysticatea/eslint-config.svg?branch=master)](https://travis-ci.org/mysticatea/eslint-config) [![Dependency Status](https://david-dm.org/mysticatea/eslint-config.svg)](https://david-dm.org/mysticatea/eslint-config) Shareable configurations of ESLint. There is basic configuration at [base.js](./base.js). ## 💿 Installation ``` npm install --save-dev eslint eslint-config-mysticatea ``` ### Requirements - Node.js `^4.0.0`, `^6.0.0`, `^8.0.0`, or newer. - ESLint `^4.14.0`, or newer. ## 📖 Usage Write in your ESLint configurations: http://eslint.org/docs/user-guide/configuring#using-the-configuration-from-a-plugin **First, please choose a base template.** - `mysticatea` - A rule set for ECMAScript 2017. - `mysticatea/es5` - A rule set for ECMAScript 5. **Second, please choose a optional template and add it.** - `mysticatea/browser` - An additional setting for browser environment. - `mysticatea/mocha` - An additional setting for mocha environment. - `mysticatea/modules` - An additional setting for ES Modules enviroment. - `mysticatea/node` - An additional setting for Node.js environment. - `mysticatea/vue` - An additional setting for Vue.js environment. This setting includes `mysticatea/browser` and `mysticatea/modules`. Then, please write those into `extends` field. ### Examples - Node.js with ES5 ```json { "extends": ["mysticatea/es5", "mysticatea/node"] } ``` - Node.js with ES2015 ```json { "extends": ["mysticatea", "mysticatea/node"] } ``` In this case, `engines` field of `package.json` is needed to specify the version of Node. - Node.js with ES2015 & Modules ```json { "extends": ["mysticatea", "mysticatea/modules", "mysticatea/node"] } ``` In this case, `engines` field of `package.json` is needed to specify the version of Node. Or just turn `node/no-unsupported-features` off. - Browser with ES2015 ```json { "extends": ["mysticatea", "mysticatea/browser"] } ``` ## 🚥 Semantic Versioning Policy This package follows [Semantic Versioning 2.0.0](http://semver.org/) - Patch release: - A new rule is disabled. - A rule's option is changed that results in ESLint reporting fewer errors. - Re-releasing after a failed release (i.e., publishing a release that doesn't work for anyone). - Minor release: - A new preset is created. - An existing preset is deprecated. - Major release: - An existing preset is removed. - A new rule is enabled. - A rule's option is changed that results in ESLint reporting more errors. - Required Node.js version is changed. - Required ESLint version is changed. ## 📰 Changelog - [GitHub Releases](https://github.com/mysticatea/eslint-config/releases) ## 💎 Contributing ### Development Tools - `npm test` runs tests. - `npm run watch` runs tests when source code are changed. There is a test script. - Check lacking configurations of new rules. - Check configurations of rules. (options are valid or not) - Check configurations of deprecated rules. (should turn those off) - Check configurations of removed rules. (should remove those)


نیازمندی

مقدار نام
^2.0.0 eslint-plugin-eslint-comments
^2.8.0 eslint-plugin-import
^4.2.4 eslint-plugin-mysticatea
^5.2.1 eslint-plugin-node
^4.2.0 eslint-plugin-vue
^10.1.0 globals
^2.0.2 vue-eslint-parser


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

مقدار نام
9.2.0 Npm


نحوه نصب


نصب پکیج tgz eslint-config-mysticatea-13.0.2:

    npm install eslint-config-mysticatea-13.0.2.tgz