Skip to content

Instantly share code, notes, and snippets.

@ramlmn
ramlmn / .eslintrc
Last active October 29, 2018 14:24
ESLint configuration
{
"env": {
"browser": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module"
},
"rules": {
@ramlmn
ramlmn / keybase.md
Created March 31, 2017 13:14
Keybase proof

Keybase proof

I hereby claim:

  • I am ramlmn on github.
  • I am ramlmn (https://keybase.io/ramlmn) on keybase.
  • I have a public key ASBL2mnUnus0QoLF-CcRtBTAWJIicCkuoWXd2wXfQgZl7Qo

To claim this, I am signing this object:

@ramlmn
ramlmn / 0_0-vscode.md
Last active March 25, 2018 13:46
VSCode snippets

VSCode Settings and Snippets

Packages to install

  • Atom One Dark Theme
  • C/C++
  • Color Highlight
  • Document This
  • EditorConfig
  • ESLint
  • HTML CSS support
{
"auto_close_tags": false,
"auto_find_in_selection": true,
"copy_with_empty_selection": false,
"default_line_ending": "LF",
"drag_text": false,
"draw_white_space": "all",
"font_face": "Consolas",
"font_size": 11,
"highlight_line": true,