Implement booking availability and pricing core
This commit is contained in:
@@ -12,9 +12,8 @@ const compat = new FlatCompat({
|
||||
const config = [
|
||||
...compat.extends('next/core-web-vitals'),
|
||||
{
|
||||
ignores: ['.next/**', 'node_modules/**'],
|
||||
ignores: ['.next/**', 'node_modules/**', '.trash/**', '.openclaw/**'],
|
||||
},
|
||||
];
|
||||
|
||||
export default config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user