diff --git a/.eslintrc.js b/.eslintrc.js index f807de9..af583ba 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -5,17 +5,15 @@ module.exports = { node: true }, parserOptions: { - parser: 'babel-eslint' + parser: "babel-eslint" }, extends: [ // https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention // consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules. - 'plugin:vue/essential' + "plugin:vue/essential" ], // required to lint *.vue files - plugins: [ - 'vue' - ], + plugins: ["vue"], // add your custom rules here rules: {} -} +}; diff --git a/README.md b/README.md index 4ef8825..5b0e6d0 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# awesome-cheatsheets +# Awesome Cheatsheets > Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file. ## Build Setup -``` bash +```bash # install dependencies $ npm install # Or yarn install @@ -20,4 +20,3 @@ $ npm run generate ``` For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js). - diff --git a/components/BaseCheatsheet.vue b/components/BaseCheatsheet.vue index 7419cb2..b6b3291 100644 --- a/components/BaseCheatsheet.vue +++ b/components/BaseCheatsheet.vue @@ -58,7 +58,7 @@ export default { baseUrl: process.env.baseUrl, // --> COMPONENTS <-- - networks: ["Facebook", "Telegram", "Twitter", "LinkedIn"] + networks: ["Facebook", "Twitter", "LinkedIn", "Telegram"] }; }, diff --git a/components/TheGithubButtons.vue b/components/TheGithubButtons.vue index 6964e4e..7ef12fd 100644 --- a/components/TheGithubButtons.vue +++ b/components/TheGithubButtons.vue @@ -103,9 +103,9 @@ $c: ".c-the-github-buttons"; #{$c} { display: flex; justify-content: center; - margin-bottom: 0; #{$c}__wrapper { + margin-bottom: 0; width: initial; } } diff --git a/components/TheGithubCorner.vue b/components/TheGithubCorner.vue index 2eb27e5..999e5ee 100644 --- a/components/TheGithubCorner.vue +++ b/components/TheGithubCorner.vue @@ -3,7 +3,7 @@ ************************************************************************* -->