prettier ignore js files under test/ts

pull/1381/head
Audric Ackermann 4 years ago
parent 0eb730f1ba
commit 09bd207b1d

@ -65,7 +65,7 @@ jobs:
- name: Lint Files
if: runner.os != 'Windows'
run: |
yarn format-full-check
yarn format-full
yarn eslint
yarn tslint

@ -13,6 +13,7 @@ libtextsecure/components.js
libtextsecure/test/test.js
stylesheets/*.css
test/test.js
test/ts/**/*.js
ts/**/*.js
ts/protobuf/*.d.ts
ts/protobuf/*.js

@ -50,7 +50,6 @@
"tslint": "tslint --format stylish --project .",
"format": "prettier --list-different --write `git ls-files --modified *.{css,js,json,scss,ts,tsx}` `git ls-files --modified ./**/*.{css,js,json,scss,ts,tsx}`",
"format-full": "prettier --list-different --write \"*.{css,js,json,scss,ts,tsx}\" \"./**/*.{css,js,json,scss,ts,tsx}\"",
"format-full-check": "prettier --check \"*.{css,js,json,scss,ts,tsx}\" \"./**/*.{css,js,json,scss,ts,tsx}\"",
"transpile": "tsc --incremental",
"clean-transpile": "rimraf ts/**/*.js && rimraf ts/*.js",
"pow-metrics": "node metrics_app.js localhost 9000",

Loading…
Cancel
Save