Files
onspring-api-docs/.eslintrc.json
T

13 lines
177 B
JSON
Raw Normal View History

2023-04-07 21:33:32 -05:00
{
2023-04-07 23:18:45 -05:00
"plugins": ["prettier"],
"extends": "next/core-web-vitals",
"rules": {
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
2023-04-07 21:33:32 -05:00
}