Created
November 1, 2022 05:58
-
-
Save hylowaker/562122ec6e567bf0659bb6b649c27fff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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