We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fddeb commit effab1bCopy full SHA for effab1b
lib/index.d.ts
@@ -25,8 +25,8 @@ declare namespace postcssValueParser {
25
before: string;
26
27
/**
28
- * The token at the end of the node
29
- */
+ * The token at the end of the node
+ */
30
after: string;
31
}
32
package.json
@@ -15,7 +15,7 @@
15
"tape": "^4.10.2"
16
},
17
"scripts": {
18
- "lint:prettier": "prettier '**/*.js' --list-different",
+ "lint:prettier": "prettier '**/*.js' '**/*.ts' --list-different",
19
"lint:js": "eslint . --cache",
20
"lint": "yarn lint:js && yarn lint:prettier",
21
"pretest": "yarn lint",
0 commit comments