mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2025-12-31 04:00:03 +01:00
13 lines
197 B
JSON
13 lines
197 B
JSON
{
|
|
"extends": [
|
|
"next/core-web-vitals",
|
|
"plugin:prettier/recommended"
|
|
],
|
|
"rules": {
|
|
"prettier/prettier": "error",
|
|
"semi": "off",
|
|
"quotes": "off",
|
|
"indent": "off"
|
|
}
|
|
}
|