x-stend / x

`x$` is a highly flexible and extendable utility library for JavaScript and TypeScript, designed to streamline the integration and extension of various utility libraries like lodash, moment, and ramda. With `x$`, developers can easily create custom higher-order functions, ensuring adaptability and maintainability in their codebase.
MIT License
0 stars 0 forks source link

#10 Implement ESLint with TypeScript but not AirBnb style guide #28

Closed cstroliadavis closed 5 months ago

cstroliadavis commented 5 months ago

AirBnb styles appear to be outdated and use lots of deprecated rules. For this reason, I've decided to ditch it for now, but will likely integrate some of the rules into the current project manually at some point as the defaults are a bit disappointing.

Issue No:

Replace this text with the issue number in GH-### format, where ### refers to the related github issue.

Issue Type:

Description

Please include a summary of the change and which issue is fixed. Include relevant motivation and context. List any dependencies that are required for this change.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

Checklist: