Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am truewinter on github.
  • I am ndt3 (https://keybase.io/ndt3) on keybase.
  • I have a public key ASAaZ8k3kndurbc5YJwTiFJ3YVunltZEtKx4Ql78gkHTeQo

To claim this, I am signing this object:

@TrueWinter
TrueWinter / .eslintrc.json
Last active June 10, 2022 16:36
This is what I use to lint my Node.js code.
{
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 13
},
"env": {
"es6": true,
"node": true,
"browser": true
},