Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Import B1 lint configuration #495

Merged
merged 9 commits into from
Feb 12, 2019
Merged

Import B1 lint configuration #495

merged 9 commits into from
Feb 12, 2019

Conversation

c0d3ster
Copy link
Contributor

This PR pulls in our public Block.one lint config for usage in EOSJS. All other internal Typescript projects are already following these rules. I made a slight few modifications to allow for bitwise operators and require variables

@tbfleming
Copy link
Contributor

No, for the same reasons I gave several months ago.

@tbfleming tbfleming closed this Feb 12, 2019
@c0d3ster c0d3ster reopened this Feb 12, 2019
"lint": "tslint -c tslint.json src/**/*.ts",
"lint-fix": "tslint -c tslint.json src/**/*.ts --fix",
"lint": "tslint -c tslint.json -p tsconfig.json",
"lint-fix": "tslint -c tslint.json -p tsconfig.json --fix",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@c0d3ster c0d3ster merged commit 519f746 into develop Feb 12, 2019
@c0d3ster c0d3ster deleted the b1-lint-config branch February 12, 2019 20:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants