mediamonks / frontend-coding-standards

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

Add a README.md section on how to setup the `import` rules in your project, depending on what bundler you're using. #28

Open ThijsTyZ opened 3 years ago

ThijsTyZ commented 3 years ago

We might need a section on how to setup the import rules in your project, depending on what bundler you're using:

If the user doesn't do this, the project will report errors on all imports that are not node/node_modules.

Originally posted by @ThaNarie in https://github.com/mediamonks/frontend-coding-standards/pull/6#r439725384