mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-24 16:51:26 +02:00
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
import coreWebVitals from "eslint-config-next/core-web-vitals";
|
|
|
|
const eslintConfig = [
|
|
...coreWebVitals,
|
|
];
|
|
|
|
export default eslintConfig;
|