SPB Git forge
15commits 1branches 0releases
29.7 MBsize
maindefault branch
10 days agolast push
TypeScript 36.3% Python 31.8% Go 18% JavaScript 9.8% Shell 1.9% SQL 1.4% CSS 0.5%
232 B · 9 lines javascript
Raw Blame History
1import nextVitals from 'eslint-config-next/core-web-vitals';2import nextTs from 'eslint-config-next/typescript';34export default [5  ...nextVitals,6  ...nextTs,7  { ignores: ['.next/**', 'node_modules/**', 'mock/**', 'qa/**'] },8];9