File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,6 @@ Lint files:
267267
268268``` sh
269269$ npm run lint
270- $ npm run dtslint
271270```
272271
273272Fix lint errors:
@@ -276,6 +275,12 @@ Fix lint errors:
276275$ npm run lint:fix
277276```
278277
278+ Test TypeScript declaration file for style and correctness:
279+
280+ ``` sh
281+ $ npm run lint:dts
282+ ```
283+
279284## Benchmarks
280285
281286``` sh
Original file line number Diff line number Diff line change 1212 "clean" : " rimraf dist" ,
1313 "coveralls" : " nyc report --reporter=text-lcov | coveralls" ,
1414 "lint" : " eslint --ignore-path .gitignore --ignore-pattern /examples/ ." ,
15+ "lint:dts" : " dtslint ." ,
1516 "lint:fix" : " npm run lint -- --fix" ,
16- "dtslint" : " dtslint ." ,
1717 "prepublishOnly" : " npm run lint && npm run dtslint && npm test && npm run build" ,
1818 "release" : " standard-version --no-verify" ,
1919 "test" : " mocha" ,
You can’t perform that action at this time.
0 commit comments