I hereby claim:
- I am yakovkhalinsky on github.
- I am russianator (https://keybase.io/russianator) on keybase.
- I have a public key whose fingerprint is 7D47 0BE8 A0AA 821F 8FF4 77D2 E6DF 3A87 7D6C 5959
To claim this, I am signing this object:
| git branch --merged master | grep -v '^[ *]*master$' | xargs git branch -d |
| const HtmlWebpackPlugin = require('html-webpack-plugin') | |
| module.exports = { | |
| entry: { | |
| 'datechooser': './src/index.js', | |
| 'demo-app': './demo/app.js' | |
| }, | |
| output: { | |
| filename: './lib/[name].js' | |
| }, |
| { | |
| "extends": [ "standard", "standard-react" ], | |
| "plugins": [ | |
| "react" | |
| ], | |
| "rules": { | |
| "space-before-function-paren": ["error", { | |
| "anonymous": "always", | |
| "named": "never", | |
| "asyncArrow": "always" |
| openssl rand -base64 2048 |
I hereby claim:
To claim this, I am signing this object:
| node -e "console.log(require('./package.json').engines.node.substr(1))" |
| { | |
| "extends": "eslint:recommended", | |
| "rules": { | |
| "comma-dangle": [2, "never"], | |
| "no-cond-assign": 2, | |
| "no-debugger": 2, | |
| "no-dupe-args": 2, | |
| "no-unreachable": 2, | |
| "no-unused-vars": 2 | |
| }, |
| root = true | |
| [*] | |
| indent_style = space | |
| indent_size = 4 | |
| end_of_line = lf | |
| charset = utf-8 | |
| trim_trailing_whitespace = true | |
| insert_final_newline = true |
| openssl req -x509 -newkey rsa:2048 -keyout key.password.pem -out cert.pem -days 36500 | |
| # remvoe the passphrase from the key file | |
| openssl rsa -in key.password.pem -out key.pem |