Beautiful
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(linter): Fix path default attrs

+1 -1
+1 -1
.eslintrc.js
··· 1 - const DEFAULT_ATTRS = require('@lucide/build-icons/render/default-attrs.json'); 2 3 module.exports = { 4 root: true,
··· 1 + const DEFAULT_ATTRS = require('./tools/build-icons/render/default-attrs.json'); 2 3 module.exports = { 4 root: true,