Disable lint pkg (#867)

Summary:
This is too aggressive right now.
Pull Request resolved: https://github.com/facebook/flipper/pull/867

Reviewed By: nikoant

Differential Revision: D20279641

Pulled By: passy

fbshipit-source-id: cdf1d65f0d4137ab689d228846e9c20ec1230b1a
This commit is contained in:
Pascal Hartig
2020-03-05 05:38:29 -08:00
committed by Facebook Github Bot
parent 976efc24e8
commit 07f1ddb1c4
3 changed files with 2 additions and 54 deletions

View File

@@ -15,9 +15,6 @@ jobs:
- name: install
working-directory: pkg
run: yarn
- name: lint
working-directory: pkg
run: yarn lint
- name: test
working-directory: pkg
run: yarn test