Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
fix: removed stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnih committed Nov 26, 2018
1 parent 32e71cd commit d8a4e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -79,11 +77,5 @@
},
"release": {
"extends": "@labshare/semantic-release-config"
},
"stylelint": {
"extends": "stylelint-config-standard",
"rules": {
"selector-type-no-unknown": null
}
}
}
}

0 comments on commit d8a4e20

Please sign in to comment.