botpress--botpress
18 行
352 B
JavaScript
18 行
352 B
JavaScript
import rootConfig from '../../eslint.config.mjs'
|
|
|
|
export default [
|
|
...rootConfig,
|
|
{
|
|
ignores: ['e2e/__tests__/**/*', 'tsup.config.ts', 'vitest.*.ts'],
|
|
languageOptions: {
|
|
parserOptions: {
|
|
project: ['./tsconfig.json'],
|
|
tsconfigRootDir: import.meta.dirname,
|
|
},
|
|
},
|
|
},
|
|
{
|
|
ignores: ['examples/**/*'],
|
|
},
|
|
]
|