Skip to content

Instantly share code, notes, and snippets.

@hylowaker
Created November 1, 2022 05:58
Show Gist options
  • Save hylowaker/562122ec6e567bf0659bb6b649c27fff to your computer and use it in GitHub Desktop.
Save hylowaker/562122ec6e567bf0659bb6b649c27fff to your computer and use it in GitHub Desktop.
env:
es2021: true
node: true
extends:
- airbnb-base
parserOptions:
ecmaVersion: latest
sourceType: module
rules:
no-use-before-define:
- "error"
- functions: false
classes: true
variables: true
no-plusplus:
- "error"
- allowForLoopAfterthoughts: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment