mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 13:43:03 -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']
|
||
|
};
|