mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-25 01:01:27 +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;
|