Spencer Snyder
Spencer Snyder
When bundling with webpack. ```js // import omit from 'omit.js';
…and line up correctly if percentage width is set This allows one to set percentage width with style prop and have dropdown modal will line up with the button component...
This PR causes xo to recursively build tsconfig for files by merging each extends block into the final tsconfig. This allows us to have the proper information to correctly determine...
This particular plugin causes eslint to crash with type errors for some rules if the syntax is not exactly right. Even if the document/file is parsable. `prefer-t-regex` is the biggest...
customProps always logs duplicate keys. I am working with google cloud logging and it doesn't play nicely with the duplicate keys: ```js customProps(req) { // adds a custom object to...
Internally, XO uses cosmiconfig to load configuration files. In the case a project is ESM and the xo.config.cjs or .xo-config.cjs is used, the configuration file will not be invalidated until...
We implement the tsconfig lookup here and improve out-of-the-box performance when parserOptions.project is _not_ set by the user. User's who set parserOptions.project will have done this anyway. - automatically lookup...
Right now, you have to add a fake xo line to your projects package.json for the linter to turn on if your using a custom path.
By default `got-fetch` adds a simple `Map` cache to the `got` options which is currently buggy in `got`. Perhaps we could provide a way to turn the cache option off...