Kaifuny / vuepress-plugin-tabs

Vuepress plugin - Tabs Container for Vuepress
https://superbiger.github.io/vuepress-plugin-tabs/
Other
34 stars 14 forks source link

More consistent code style #3

Closed ghost closed 5 years ago

ghost commented 5 years ago

.vue files end most statements with semicolons, use 2 spaces indentation, and end files with a newline. .js files should ideally match the same code style (909374352dc5d290232388e365e667111cd2113c)

VuePress 1.0.0 is officially released, so we can remove the warning now. (2ba73678186855d8415a1af8a3dd7bf5b1a973c5)

When using export const to export a function, escapeRegexpString is written in arrow function while others are written in normal function. This commit change every export const to arrow function. (15609d950d358610cfe6b7cda2dbd9bc4b2bc261)

Thank you!