mirror of
https://github.com/barkeser2002/mcsleepingserverstarter.git
synced 2026-09-25 01:10:13 +03:00
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
{
|
|
"root": true,
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": ["@typescript-eslint"],
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/eslint-recommended",
|
|
"plugin:@typescript-eslint/recommended",
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-explicit-any": 0
|
|
}
|
|
}
|