Files
conve-x/.eslintrc.json
T
2023-09-16 11:41:08 -05:00

9 lines
177 B
JSON

{
"plugins": ["prettier"],
"extends": ["next/core-web-vitals", "plugin:prettier/recommended"],
"rules": {
"no-console": "warn",
"prettier/prettier": "error"
}
}