.eslintrc.json (85B)
1 { 2 "extends": [ 3 "next/core-web-vitals", 4 "plugin:storybook/recommended" 5 ] 6 }