diff --git a/.travis.yml b/.travis.yml index dd70959..b47171c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ install: - npm run build script: - npm run lint - - npm run stylelint - xvfb-run npm run coverage - codecov - cat ./test/ui/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js diff --git a/package.json b/package.json index 38fa312..30ce5a9 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,7 @@ "commitmsg": "commitlint -e $GIT_PARAMS", "semantic-release": "semantic-release", "lint:fix": "tslint --fix -p tsconfig.json -c tslint.json", - "lint": "tslint -p tsconfig.json -c tslint.json", - "stylelint": "stylelint ./ui/**/*.scss", - "stylelint:fix": "stylelint ./ui/**/*.scss --fix" + "lint": "tslint -p tsconfig.json -c tslint.json" }, "dependencies": { "@angular/animations": "^6.0.4", @@ -79,11 +77,5 @@ }, "release": { "extends": "@labshare/semantic-release-config" - }, - "stylelint": { - "extends": "stylelint-config-standard", - "rules": { - "selector-type-no-unknown": null - } - } + } }