feat: add shared ESLint config package (@repo/eslint-config)
This commit is contained in:
6
packages/eslint-config/next.js
Normal file
6
packages/eslint-config/next.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import baseConfig from "./base.js";
|
||||
|
||||
export default [
|
||||
...baseConfig,
|
||||
{ ignores: [".next/**", "out/**"] },
|
||||
];
|
||||
Reference in New Issue
Block a user