Skip to content

Commit 1f46a4b

Browse files
committed
chore: remove extra . from stylelint npm script
1 parent 8f9bc77 commit 1f46a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"demo-app": "ng serve",
1414
"test": "karma start test/karma.conf.js",
1515
"tslint": "tslint -c tslint.json 'src/**/*.ts'",
16-
"stylelint": "stylelint 'src/**/*.scss' --config .stylelint-config.json --syntax scss",
16+
"stylelint": "stylelint 'src/**/*.scss' --config stylelint-config.json --syntax scss",
1717
"typings": "typings install --ambient",
1818
"postinstall": "npm run typings",
1919
"e2e": "protractor",

0 commit comments

Comments
 (0)