GildedRose-Refactoring-Kata/TypeScript/.eslintrc
2021-11-11 16:27:17 +01:00

6 lines
137 B
Plaintext

{
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["plugin:@typescript-eslint/recommended"]
}