Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,807 contributions in the last year
Activity overview
Contribution activity
October 2020
- remcohaszing/Font-Awesome JavaScript
- remcohaszing/webpack-hot-client JavaScript
Created a pull request in FortAwesome/Font-Awesome that received 1 comment
Fix usage for decorated class properties
Given the following tsconfig.json:
{ "compilerOptions": { "emitDecoratorMetadata": true, "experimentalDecorators": true }
}
The following will curr…
Created an issue in yannickcr/eslint-plugin-react that received 2 comments
Ignore nested components in no-multi-comp
I don’t think react/no-multi-comp should trigger on nested components or should have an option to disable it. A practical example:
import { Formatt…