standard-engine icon indicating copy to clipboard operation
standard-engine copied to clipboard

:fire_engine: The guts of `standard` modularized for reuse

Results 19 standard-engine issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [c8](https://github.com/bcoe/c8) to permit the latest version. Release notes Sourced from c8's releases. v7.12.0 7.12.0 (2022-07-19) Features use process.stdout.columns for reporter maxCols (#409) (7731574) Changelog Sourced from...

We should use ESM imports instead of CommonJS. See: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c We'll be able to merge #238, #247, and #262 (dependencies updates that only work with ESM) after this change. **Note:**...

enhancement
maintenance

Looking at the [LTS schedule for Node.js](https://github.com/nodejs/Release#release-schedule) one can see that there is less than six months until Node 12 stops being in LTS. Considering #277 and the plenty of...

maintenance

Updates the requirements on [type-coverage](https://github.com/plantain-00/type-coverage) to permit the latest version. Changelog Sourced from type-coverage's changelog. 2.22.0 (2022-07-10) feat: add --report-semantic-error (c4b83ed) chore: update dependencies (a753578) 2.21.2 (2022-06-26) fix: prefer json...

**What problem do you want to solve?** Making `standard` ecosystem easier to use! As discussed in : https://github.com/standard/ts-standard/issues/102, https://github.com/standard/standard/issues/1356, https://github.com/standard/standard/issues/811 There is already [prettier-standard](https://github.com/sheerun/prettier-standard) but it would be cool, if...

enhancement

Bumps [get-stdin](https://github.com/sindresorhus/get-stdin) from 8.0.0 to 9.0.0. Release notes Sourced from get-stdin's releases. v9.0.0 Breaking Require Node.js 12 8f70f58 This package is now pure ESM. Please read this. https://github.com/sindresorhus/get-stdin/compare/v8.0.0...v9.0.0 Commits 147d91c...

dependencies
javascript

Bumps [xdg-basedir](https://github.com/sindresorhus/xdg-basedir) from 4.0.0 to 5.1.0. Release notes Sourced from xdg-basedir's releases. v5.1.0 Add support for XDG_STATE_HOME (#6) 2bbd2ce https://github.com/sindresorhus/xdg-basedir/compare/v5.0.1...v5.1.0 v5.0.1 Fix some mistakes in v5 1c00d3b https://github.com/sindresorhus/xdg-basedir/compare/v5.0.0...v5.0.1 v5.0.0 Breaking...

dependencies
javascript

Bumps [pkg-conf](https://github.com/sindresorhus/pkg-conf) from 3.1.0 to 4.0.0. Release notes Sourced from pkg-conf's releases. v4.0.0 Breaking Require Node.js 12.20 0ba0436 This package is now pure ESM. Please read this. Changed the default...

dependencies
javascript

It was a long time since [`tape`](https://github.com/substack/tape) received any updates and ~~[`brittle`](https://github.com/davidmarkclements/brittle) has emerged as the new TAP test framework _"for modern times"_~~ [`node:test`](https://nodejs.org/api/test.html) is now included with Node.js itself...

maintenance

hi there, I saw the great talk by feross on using `standard-engine` to wrap our eslint configs. i see that `snazzy` is a separate tool used to make the output...

enhancement