mirror of
https://github.com/FranP-code/shortly.git
synced 2025-10-13 00:43:28 +00:00
11 lines
264 B
JSON
11 lines
264 B
JSON
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": ["@typescript-eslint"],
|
|
"rules": {
|
|
"semi": ["error", "never"],
|
|
"quotes": [2, "single"],
|
|
"no-unused-vars": "error",
|
|
"@typescript-eslint/no-unused-vars": "error"
|
|
}
|
|
}
|