Skip to content

Instantly share code, notes, and snippets.

View monoplasty's full-sized avatar
🎯
Focusing

YUQIAN monoplasty

🎯
Focusing
  • hangzhou
View GitHub Profile
@monoplasty
monoplasty / extensions.json
Last active May 18, 2018 02:53
VSCode's Settings - Syncing Simple
[
{
"id": "CoenraadS.bracket-pair-colorizer",
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.49"
},
{
"id": "EditorConfig.EditorConfig",
"name": "EditorConfig",
@monoplasty
monoplasty / eslintrc.js
Last active August 24, 2018 02:50
Eslintrc
// https://eslint.org/docs/user-guide/configuring
module.exports = {
root: true,
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module',
"ecmaVersion": 6
},
env: {
@monoplasty
monoplasty / extensions.json
Created November 5, 2018 02:17
VSCode's Settings - Syncing
[
{
"id": "abusaidm.html-snippets",
"name": "html-snippets",
"publisher": "abusaidm",
"version": "0.2.1"
},
{
"id": "christian-kohler.path-intellisense",
"name": "path-intellisense",