mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
8 lines
141 B
JSON
8 lines
141 B
JSON
|
|
{
|
||
|
|
"extends": ["plugin:adonis/typescriptApp", "prettier"],
|
||
|
|
"plugins": ["prettier"],
|
||
|
|
"rules": {
|
||
|
|
"prettier/prettier": ["error"]
|
||
|
|
}
|
||
|
|
}
|