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

Import B1 lint configuration#495

Merged
c0d3ster merged 9 commits intodevelopfrom
b1-lint-config
Feb 12, 2019
Merged

Import B1 lint configuration#495
c0d3ster merged 9 commits intodevelopfrom
b1-lint-config

Conversation

@c0d3ster
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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