javascript icon indicating copy to clipboard operation
javascript copied to clipboard

Equalize the dependency type (by comment)

Open andizer opened this issue 5 years ago • 0 comments

We have some comments to classify the imports we make. Now we have external, internal and yoast. This is great however we use different styles:

/* Internal dependencies. */
/* Internal dependencies */
// Internal dependencies.
// Internal depencidies.

We should choose one form of classification and stick to it.

andizer avatar Mar 25 '19 09:03 andizer