ttt-discord-bot/.eslintrc

6 lines
129 B
Plaintext
Raw Normal View History

2021-11-08 17:34:13 +01:00
{
"parser": "@typescript-eslint/parser",
"plugins":["@typescript-eslint"],
"extends":["plugin:@typescript-eslint/recommended"]
}