mediamonks / frontend-coding-standards

Media.Monks - Frontend Coding Standards
60 stars 23 forks source link

Add a basic editor configuration file (.editorconfig) #7

Closed jesse-mm closed 4 years ago

jesse-mm commented 4 years ago

Introduces a .editorconfig file which includes some basic IDE settings. Aligned these settings with current prettier/eslint setup.

ThijsTyZ commented 4 years ago

It would be great if there is an automatic way of installing this in a project. So you don't have to manually copy the file to you own project

ThaNarie commented 4 years ago

It'll probably be in all our skeletons/templates (so already in most of the projects), so the main purpose is to have a guidelines of what we think should be in that file.

If there are more of these files, we could make a npm module with a postinstall (or command) that copies the files in your project.