码迷,mamicode.com
首页 > 其他好文 > 详细

Importing code style from ESLint

时间:2020-04-17 23:50:08      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:intellij   upd   href   mat   bsp   save   传送门   lan   orm   

传送门:https://www.jetbrains.com/help/idea/eslint.html

 

 

You can import some of the ESLint code style rules to the IntelliJ IDEA JavaScript code style settings. That enables IntelliJ IDEA to use more accurate code style options for your project when auto-completing, generating, or refactoring the code or adding import statements. When you use the Reformat action, IntelliJ IDEA will then no longer break properly formatted code from the ESLint perspective.

IntelliJ IDEA understands ESLint configurations in all official formats: .eslintrc JSON files, package.json files with the eslintConfig field, as well as JavaScript and YAML configuration files.

  • When you open your project for the first time, IntelliJ IDEA imports the code style from the project ESLint configuration automatically.

  • If your ESLint configuration is updated (manually or from your version control), open it in the editor and choose Apply ESLint Code Style Rules from the context menu.

  • 技术图片

     Alternatively, just answer Yes to the "Apply code style from ESLint?" question on top of the file.

  • 技术图片

     

     

     The list of applied rules is shown in the Event log tool window:

  • 技术图片

     

     

     

    Using JavaScript Standard Style

  •  

    You can set JavaScript Standard Style as default JavaScript code style for your application so its main rules are applied when you type the code or reformat it. Since Standard is based on ESLint, you can also use Standard via the IntelliJ IDEA ESLint integration. 

  • Install JavaScript Standard

Importing code style from ESLint

标签:intellij   upd   href   mat   bsp   save   传送门   lan   orm   

原文地址:https://www.cnblogs.com/yeminglong/p/12723184.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!