Initial Paprika Next.js implementation
This commit is contained in:
10
eslint.config.mjs
Normal file
10
eslint.config.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
import nextVitals from "eslint-config-next/core-web-vitals";
|
||||
|
||||
const config = [
|
||||
...nextVitals,
|
||||
{
|
||||
ignores: [".next/**", "node_modules/**", "lib/legacy-pages.ts"]
|
||||
}
|
||||
];
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user