node-lintspaces
node-lintspaces copied to clipboard
A validator for checking different kinds of whitespaces in your files.
Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.5.3 to 26.7.0. Release notes Sourced from eslint-plugin-jest's releases. v26.7.0 26.7.0 (2022-07-29) Features create prefer-mock-promise-shorthand rule (#1167) (d965592) v26.6.0 26.6.0 (2022-07-14) Features create max-expects rule (#1166) (5b6fd20)...
Bumps [release-it](https://github.com/release-it/release-it) from 15.1.2 to 15.2.0. Release notes Sourced from release-it's releases. Release 15.2.0 Update dependencies (b78eb1e) Add package.json to exports (acc66f7) Fixes loading scoped plugins to ensure name is...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.2 to 28.1.3. Release notes Sourced from jest's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when it exists to get rid of external C dependency (#12973) Fixes...
According to the issue at lintspaces-cli (https://github.com/evanshortiss/lintspaces-cli/issues/23) we could add support for caching.
Lintspaces doesn't claim to support .editorconfig's ``charset`` property, but appears to be reading it and attempting to use it in a way that can lead to exceptions. An exception can...
According to [the EditorConfig website's supported properties section](https://editorconfig.org/#supported-properties) and https://github.com/editorconfig/editorconfig/issues/269#issuecomment-245500665, ``insert_final_newline = false`` is supposed to ensure a file doesn't end with a final newline. The EditorConfig editor plugins I...
Lintspaces' editorconfig option currently has inconsistent support for properties that have been set to be disabled. A few seem to work, but most don't. Not sure if the ones that...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.2 to 29.0.1. Release notes Sourced from jest's releases. v29.0.1 Fixes [jest-snapshot] Pass snapshotFormat through when diffing snapshots (#13181) Full Changelog: https://github.com/facebook/jest/compare/v29.0.0...v29.0.1 v29.0.0 Blog post: https://jestjs.io/blog/2022/08/25/jest-29 Features...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.5.3 to 27.0.1. Release notes Sourced from eslint-plugin-jest's releases. v27.0.1 27.0.1 (2022-08-28) Bug Fixes prefer-expect-assertions: report on concise arrow functions with expect call (#1225) (64ec9c1) v27.0.0 27.0.0...