1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +02:00

feat: support both JavaScript and TypeScript linting

This commit is contained in:
Divlo
2022-02-20 12:36:37 +01:00
parent c026007f42
commit 48061dd577
8 changed files with 99 additions and 52 deletions

View File

@ -2,7 +2,7 @@ name: 'Test'
on:
push:
branches: [master, develop]
branches: [develop]
pull_request:
branches: [master, develop]