Skip to content

Commit effab1b

Browse files
authored
Enforce formatting of the d.ts file (#69)
1 parent a8fddeb commit effab1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ declare namespace postcssValueParser {
2525
before: string;
2626

2727
/**
28-
* The token at the end of the node
29-
*/
28+
* The token at the end of the node
29+
*/
3030
after: string;
3131
}
3232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"tape": "^4.10.2"
1616
},
1717
"scripts": {
18-
"lint:prettier": "prettier '**/*.js' --list-different",
18+
"lint:prettier": "prettier '**/*.js' '**/*.ts' --list-different",
1919
"lint:js": "eslint . --cache",
2020
"lint": "yarn lint:js && yarn lint:prettier",
2121
"pretest": "yarn lint",

0 commit comments

Comments
 (0)