mirror of https://github.com/buster-so/buster.git
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"extends": [
|
|
"next/core-web-vitals",
|
|
"plugin:storybook/recommended"
|
|
],
|
|
"env": {
|
|
"jest": true,
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"@next/next/no-img-element": "off",
|
|
"react-hooks/exhaustive-deps": "off",
|
|
"no-unused-vars": "off",
|
|
"no-empty-pattern": "off",
|
|
"no-undef": "error",
|
|
"react/no-children-prop": "off"
|
|
}
|
|
} |