mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-22 02:27:43 +01:00
19 lines
250 B
Plaintext
19 lines
250 B
Plaintext
{
|
|
"extends": [
|
|
"next",
|
|
"next/core-web-vitals",
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"@next/next/no-img-element": [
|
|
"off"
|
|
],
|
|
"react/display-name": [
|
|
"off"
|
|
],
|
|
"react/jsx-no-target-blank": [
|
|
"off"
|
|
]
|
|
}
|
|
}
|