Compare commits

..

2 Commits

Author SHA1 Message Date
cdb33bd6f5 Publish
- @advdominion/stylelint-config@2.0.1
2026-09-02 23:15:17 +04:00
708eb1fd3c Fix 2026-09-02 23:14:59 +04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/* eslint-disable unicorn/no-null */
export default {
extends: ['stylelint-config-standard-scss'],
extends: ['stylelint-config-recommended-scss'],
overrides: [
{
files: ['**/*.vue'],

View File

@@ -1,6 +1,6 @@
{
"name": "@advdominion/stylelint-config",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"main": "index.js",
"repository": {