10 lines
216 B
JSON
10 lines
216 B
JSON
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/recommended",
|
|
"prettier"
|
|
],
|
|
"plugins": ["@typescript-eslint/eslint-plugin"],
|
|
"root": true
|
|
} |