Skip to content

Instantly share code, notes, and snippets.

@hieunv495
hieunv495 / disable-auto-complete.md
Last active February 8, 2021 22:37
html disable autocomplete chrome and other browser
<input id="email" type="text" name="email" style="height: 0" />
<input id="password" type="password" name="password" style="height: 0" />
@hieunv495
hieunv495 / README-Template.md
Created January 9, 2021 08:46 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@hieunv495
hieunv495 / eslint.md
Last active January 6, 2021 11:21 — forked from kuhelbeher/readme.md
Eslint airbnb config + prettier for create-react-app project
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->