node-event-bot/.eslintrc

6 lines
129 B
Plaintext
Raw Permalink Normal View History

2022-01-03 15:07:49 +01:00
{
"parser": "@typescript-eslint/parser",
"plugins":["@typescript-eslint"],
"extends":["plugin:@typescript-eslint/recommended"]
}