I hereby claim:
- I am skydiver on github.
- I am skydiver (https://keybase.io/skydiver) on keybase.
- I have a public key whose fingerprint is 3803 CC4E 7A6E 5F28 4C85 65AB 15B5 F00A F32D 4514
To claim this, I am signing this object:
| module.exports = { | |
| extends: ['next/core-web-vitals', 'plugin:prettier/recommended' | |
| ], | |
| rules: { | |
| 'prettier/prettier': ['error', {}, { usePrettierrc: true }] | |
| } | |
| }; |
| @import "tailwindcss/base"; | |
| @import "tailwindcss/components"; | |
| @import "tailwindcss/utilities"; |
| (async () => { | |
| const jsonContent = await fs.readFileSync('file_to_read.json'); | |
| const object = JSON.parse(jsonContent); | |
| console.log(object); | |
| })(); |
| <?php | |
| namespace Deployer; | |
| require 'recipe/laravel.php'; | |
| $repo_url = ''; | |
| $branch = 'master'; | |
| $server_url = ''; | |
| $user = ''; |
| const _get = (obj, path, defaultValue = null) => | |
| String.prototype.split | |
| .call(path, /[,[\].]+?/) | |
| .filter(Boolean) | |
| .reduce( | |
| (a, c) => (Object.hasOwnProperty.call(a, c) ? a[c] : defaultValue), | |
| obj | |
| ); | |
| module.exports = { _get }; |
| import Vue from 'vue'; | |
| import VueMq from 'vue-mq'; | |
| Vue.use(VueMq, { | |
| breakpoints: { | |
| xs: 576, | |
| sm: 768, | |
| md: 992, | |
| lg: 1200, | |
| xl: Infinity |
| # Editor configuration, see http://editorconfig.org | |
| root = true | |
| [*] | |
| charset = utf-8 | |
| indent_size = 2 | |
| indent_style = space | |
| insert_final_newline = false | |
| trim_trailing_whitespace = true |
| { | |
| "eslint.validate": [ | |
| "javascript", | |
| { "language": "vue", "autoFix": true } | |
| ], | |
| "eslint.autoFixOnSave": true | |
| } |
| # Editor configuration, see http://editorconfig.org | |
| root = true | |
| [*] | |
| charset = utf-8 | |
| indent_size = 2 | |
| indent_style = space | |
| insert_final_newline = false | |
| trim_trailing_whitespace = true |
I hereby claim:
To claim this, I am signing this object: