James
James
I have a Lua module that contains some helper-functions for end-users. However, when an end-user imports my module, **all** of the helper-functions show up in the transpiled main.lua file, instead...
## PR Checklist - [x] Addresses an existing open issue: fixes #308 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/typescript-eslint/typescript-eslint/blob/main/CONTRIBUTING.md) were taken ## Overview...
Hello, and thanks for your excellent linter. Currently, the [`@typescript-eslint/member-ordering`](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/member-ordering.md) rule supports sorting classes, interfaces, and type literals. But it doesn't support enums. Can someone please add enums? It seems...
### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...
### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...
I propose that the `allowWholeFile` should be set to true by default if it is not specified by the end-user. Setting up this plugin for the first time was frustrating,...
Closes #2758. I originally just wanted to make a very small pull request to the docs, but I got sucked in by several things that were bothering me, and I...
cspell is a fantastic product that prevents spelling errors in all of the code projects I use. ## My User Story A common pattern when using cspell is to: -...
Currently, CSpell supports several in-document settings. But the solutions for ignoring words are not safe! Consider the following Markdown snippet: ``` It is common to misspell the word absence as...
**Is your feature request related to a problem? Please describe.** I am trying to design command-line tooling around CSpell. Part of this process is automatically adding words to the "words"...