UNPKG

@foray1010/eslint-config

Version:
16 lines (14 loc) 575 B
export const supportedFilesGlob = '**/*.{cjs,cts,js,mjs,mts,ts,tsx}' export const testFileGlobs = [ '**/__fixtures__/**/*.{cjs,cts,js,mjs,mts,ts,tsx}', '**/__mocks__/**/*.{cjs,cts,js,mjs,mts,ts,tsx}', '**/__tests__/**/*.{cjs,cts,js,mjs,mts,ts,tsx}', '**/*.{spec,test}.{cjs,cts,js,mjs,mts,ts,tsx}', ] export const typeScriptFileGlobs = ['**/*.{cts,mts,ts,tsx}'] export const typeScriptTestFileGlobs = [ '**/__fixtures__/**/*.{cts,mts,ts,tsx}', '**/__mocks__/**/*.{cts,mts,ts,tsx}', '**/__tests__/**/*.{cts,mts,ts,tsx}', '**/*.{spec,test}.{cts,mts,ts,tsx}', ]