Import the ics-se-code-style.xml file into IntelliJ IDEA, and make sure it is the default code style:
Once set, then the Code > Reformat Code command will reformat code to comply with our standards.
In File > Other Settings > Preferences for New Projects, under Languages and Frameworks > Javascript, ensure that the language is set to ECMAScript 6+ to that you can write code using the latest Javascript language:
IntelliJ comes with a set of “Inspections” for a wide variety of languages and environments in Preferences | Editor | Inspections
:
In File > Other Settings, Preferences for New Projects, go to Edit > Inspections, and disable all Inspections except for ESLint. The window should look like this:
Follow the instructions in Experience Install ESLint to install ESLint into your project.