mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
* Feat: Remake website * update yarn.lock --------- Co-authored-by: Peter Hanania <peter@pogy.xyz> Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
15 lines
217 B
YAML
15 lines
217 B
YAML
env:
|
|
browser: true
|
|
es2021: true
|
|
extends:
|
|
- plugin:react/recommended
|
|
- standard-with-typescript
|
|
- prettier
|
|
overrides: []
|
|
parserOptions:
|
|
ecmaVersion: latest
|
|
sourceType: module
|
|
plugins:
|
|
- react
|
|
rules: {}
|