mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-21 21:23:06 -05:00
5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
|
/** @type {import('stylelint').Config} */
|
||
|
export default {
|
||
|
extends: ['stylelint-config-recommended', 'stylelint-config-standard']
|
||
|
};
|