Webstorm configuration
More a cheatsheet for my webstorm usage or when I need to install it again.
Settings to set
Theme: Appearance > theme > darcula
Tslint : enable and choose a configuration file (enabled by default)
Typescript : disable typescript compiler
Disable typo: editor > inspections > spelling > typo
Set indent to 2: editor > code style > typescript, javascript, pug, sass) > and set ident to 2 save in the IDE and in the project
Plugins to install
Preferences > Plugins >
Markdown
Last updated