在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:standard/eslint-config-standard开源软件地址:https://github.com/standard/eslint-config-standard开源编程语言:JavaScript 100.0%开源软件介绍:eslint-config-standardShareable Config for JavaScript Standard StyleAn ESLintInstallThis module is for advanced users. You probably want to use npm install eslint-config-standard UsageShareable configs are designed to work with the If you want to set up the config automatically, follow these steps in your project directory:
The above steps will automatically set up an ESLint configuration and install the necessary dependencies for you. If you want to set up the config manually, run the following command: npm install --save-dev eslint-config-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-n Then, add this to your
Note: We omitted the You can override settings from the shareable config by adding them directly into your
Looking for something easier than this?The easiest way to use JavaScript Standard Style to check your code is to use the
BadgeUse this in one of your projects? Include one of these badges in your readme to let people know that your code is using the standard style. [![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](http://standardjs.com) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com) Learn moreFor the full listing of rules, editor plugins, FAQs, and more, visit the main JavaScript Standard Style repo. LicenseMIT. Copyright (c) Feross Aboukhadijeh. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论