mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
13 lines
240 B
JSON
13 lines
240 B
JSON
{
|
|
"extends": ["marine/prettier/react", "../../.eslintrc.json"],
|
|
"settings": {
|
|
"react": {
|
|
"version": "detect"
|
|
}
|
|
},
|
|
"rules": {
|
|
"react/react-in-jsx-scope": 0,
|
|
"react/jsx-filename-extension": [1, { "extensions": [".tsx"] }]
|
|
}
|
|
}
|