Skip to content

Instantly share code, notes, and snippets.

@nkhil
Created June 12, 2020 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkhil/25e2d71a7bf1714577a708f9040ab4f8 to your computer and use it in GitHub Desktop.
Save nkhil/25e2d71a7bf1714577a708f9040ab4f8 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 0,
"terminal.integrated.shell.osx": "zsh",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.editor.enablePreview": false,
"editor.tabSize": 2,
"editor.rulers": [100],
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript"],
"workbench.colorCustomizations": {
"editorRuler.foreground": "#101010"
},
"javascript.updateImportsOnFileMove.enabled": "never",
"files.autoSave": "afterDelay",
"workbench.editor.enablePreviewFromQuickOpen": false,
"turboConsoleLog.quote": "'",
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.logMessagePrefix": "\\n =========================>",
"explorer.confirmDelete": false,
"extensions.ignoreRecommendations": false,
"cSpell.userWords": [
"Authorise",
"CODAT",
"Datastore",
"Entitykyc",
"Formik",
"HMRC",
"Heathrow",
"Hrtime",
"Ingester",
"Initialise",
"Initialised",
"Journaling",
"Lligat",
"Monzi",
"Natwest",
"Nikhil",
"OPENBANKING",
"Personkyc",
"QZTEUMWBXHZ",
"REVO",
"Recognised",
"Spotify",
"Subgenius",
"Trxs",
"Unauthorised",
"Uncategorized",
"Unrecognised",
"Vijayan",
"XERO",
"Yapily",
"Yapliy",
"accountingadapter",
"accountingproviders",
"accountsummary",
"analysing",
"anonymize",
"authorisation",
"behaviour",
"burndown",
"cashflowanalyser",
"cashflowforecast",
"cashflowforecasts",
"categoryspendtarget",
"categoryspendtargets",
"checkpointed",
"commitlint",
"consentprovided",
"consentwebhookmaps",
"datalayer",
"dbtransaction",
"doesn",
"entitypersonmap",
"entitypersonmaps",
"essentialoutgoings",
"finalise",
"firestore",
"gitlab",
"globalsummary",
"healthcheck",
"iban",
"ibans",
"insightstatuses",
"insightviews",
"journalentries",
"journallines",
"jsjs",
"justincase",
"kycchecks",
"kycstatus",
"microserver",
"microservice",
"middlewares",
"monospace",
"monzo",
"myprivatekey",
"noopener",
"noreferrer",
"npmjs",
"npmrc",
"onfido",
"openapi",
"openbankingconsent",
"openbankingconsentaccountmaps",
"openbankingconsents",
"openbankingproviders",
"openbankingusers",
"operationkey",
"personcore",
"personkycs",
"personpatch",
"personviews",
"pharmacypriority",
"postgrator",
"postgres",
"promisify",
"randommmm",
"reauth",
"revolut",
"safetospend",
"sanitise",
"sanitised",
"schemaversion",
"seedversion",
"sonarjs",
"spokedev",
"submodule",
"taserentity",
"transactioncategories",
"transactionmasters",
"transactiontype",
"truelayer",
"upsert",
"uuid",
"visualisation",
"webhook",
"workerboss"
],
"workbench.colorTheme": "One Dark Space Gray",
"workbench.sideBar.location": "left",
"breadcrumbs.enabled": true,
"diffEditor.ignoreTrimWhitespace": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"files.associations": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment