mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 07:20:13 +01:00
12 lines
355 B
JSON
12 lines
355 B
JSON
{
|
|
"extends": ["eslint-config-next", "eslint:recommended", "prettier"],
|
|
"plugins": ["react"],
|
|
"rules": {
|
|
"quotes": ["warn", "double", { "allowTemplateLiterals": true }],
|
|
"react-hooks/exhaustive-deps": ["off"],
|
|
"import/no-anonymous-default-export": ["off"],
|
|
"no-unused-vars": ["warn"],
|
|
"react/no-unescaped-entities": ["off"]
|
|
}
|
|
}
|