design-lint icon indicating copy to clipboard operation
design-lint copied to clipboard

A design linting plugin for Figma.

Results 20 design-lint issues
Sort by recently updated
recently updated
newest added

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Here is a video showing how to reproduce: https://youtu.be/WbOxTZhbiRU 1. Select a layer with a single lint error 2. Open design lint 3. Click 'Re-run' 4. Click 'Jump to next...

The build command doesn't produce the bundle because of three errors. I'm not proud of usage of `any[]`, but at least the plugin can be bundled.

The default `value` field of the object returned by `createErrorObject` is an empty string. Having two errors of different type or message share the value and comparison by value alone...

Links from writing custom rules of README.md is probably not proper. This PR will try to fix these.

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Hello! When I tried cloning and building this locally in a monorepo, I noticed that some of the hard-coded paths were breaking. Hoping this will fix some things so that...

Heyo, my designers have pointed me towards DesignLint. I think it is a great tool. Something very similar that we know from eslint and alike. If I'm not mistaken, I...

Hello. While using this plugin with my team we realised there are errors coming from `JSON.parse` on `undefined` values. I added a simple `if` check under `getAsync("storedErrorsToIgnore")` and `getAsync("storedActivePage")`, same...