Skip to content

Commit

Permalink
Merge pull request #354 from NickPhura/PRC-1044-2
Browse files Browse the repository at this point in the history
PRC-1044-2: additional minor tweaks to linters/formatting.
  • Loading branch information
NickPhura authored Mar 21, 2019
2 parents 458395e + 8bb1413 commit 0961d1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
node_modules

dist
openshift
sonar-runner

.vscode

# use stylelint for scss linting/formatting
*.scss
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"lint:scss": "stylelint src/**/*.scss",
"lint": "npm-run-all -l -s -c lint:*",
"lint-fix:ts-1": "ng lint base-app2 --fix --format=stylish",
"lint-fix:ts-2": "prettier src/**/*.ts --write --loglevel warn",
"lint-fix:ts-2": "prettier ./**/*.ts --write --loglevel warn",
"lint-fix:ts": "npm-run-all -l -s -c lint-fix:ts-*",
"lint-fix:scss": "stylelint src/**/*.scss --fix",
"lint-fix:scss": "stylelint ./**/*.scss --fix",
"lint-fix": "npm-run-all -l -s -c lint-fix:ts lint-fix:scss"
},
"private": true,
Expand Down

0 comments on commit 0961d1a

Please sign in to comment.