You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
168 B

  1. ls:
  2. packages/*/{src,__tests__}:
  3. .js: kebab-case
  4. .ts: camelCase | PascalCase
  5. .d.ts: camelCase
  6. .spec.ts: camelCase | PascalCase
  7. .mock.ts: camelCase