refactor: scss style

pull/75/head
sualko 2020-08-29 14:33:52 +02:00
parent 2c75653329
commit 68e3bb561d
2 changed files with 31 additions and 31 deletions

View File

@ -24,8 +24,8 @@
"lint": "run-p --continue-on-error --print-label lint:*",
"lint:script": "eslint --ext .tsx,.ts ts",
"lint:fix:script": "eslint --ext .tsx,.ts ts --fix",
"lint:style": "stylelint ts/**/*.scss",
"lint:fix:style": "stylelint ts/**/*.scss --fix",
"lint:style": "stylelint 'ts/**/*.scss'",
"lint:fix:style": "stylelint 'ts/**/*.scss' --fix",
"lint:php": "./vendor/bin/php-cs-fixer fix --dry-run",
"lint:fix:php": "./vendor/bin/php-cs-fixer fix",
"composer:install": "php composer.phar install --no-dev -o",