mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 21:13:30 +01:00
refactor: use static fields (#7701)
* refactor: use static fields * chore: refactor missed areas * chore: remove memberof docs * chore: make type changes
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
|
||||
"plugins": ["import"],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2021
|
||||
"ecmaVersion": 2022
|
||||
},
|
||||
"env": {
|
||||
"es2021": true,
|
||||
"es2022": true,
|
||||
"node": true
|
||||
},
|
||||
"rules": {
|
||||
|
||||
Reference in New Issue
Block a user