jsoncrack.com/.eslintrc.json

9 lines
181 B
JSON
Raw Normal View History

2022-01-30 13:09:56 +03:00
{
2022-02-03 18:10:53 +03:00
"rules": {
2022-09-12 22:28:33 +03:00
"@next/next/no-img-element": "off",
"unused-imports/no-unused-imports": "error"
2022-02-03 22:06:58 +03:00
},
"extends": ["next/core-web-vitals"],
2022-12-31 14:04:01 +03:00
"plugins": ["unused-imports"]
2022-02-03 22:06:58 +03:00
}