@knapsack/app
Version:
Build Design Systems with Knapsack
12 lines (8 loc) • 315 B
JavaScript
import { dirname } from 'path';
import { fileURLToPath } from 'url';
import defaultConfig from '../../../.lintstagedrc.mjs';
const __dirname = dirname(fileURLToPath(import.meta.url));
export default {
'*.{ts,tsx,js,jsx,cjs,mjs,mts,cts}': `cd ${__dirname} && ./node_modules/.bin/eslint`,
...defaultConfig,
};