CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
eslint.config.mjs7 linesDownload Raw Back to hasown
1import ljharbConfig from '@ljharb/eslint-config/flat';2 3export default [4	...ljharbConfig,5	{ rules: { 'no-extra-parens': 'off' } },6];7