11 lines
202 B
JavaScript
11 lines
202 B
JavaScript
import nextCoreWebVitals from "eslint-config-next/core-web-vitals";
|
|
|
|
const config = [
|
|
{
|
|
ignores: ["public/three-dimensional/**/vendor/**"],
|
|
},
|
|
...nextCoreWebVitals,
|
|
];
|
|
|
|
export default config;
|