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.
pretty
1 parent 470663a commit 307591fCopy full SHA for 307591f
package.json
@@ -112,7 +112,6 @@
112
"code-lint": "eslint setup lib bin hot buildin \"test/*.js\" \"test/**/webpack.config.js\" \"examples/**/webpack.config.js\" \"schemas/**/*.js\"",
113
"type-lint": "tsc --pretty",
114
"fix": "yarn code-lint --fix",
115
- "pretty": "prettier --write \"**/*.{js,ts}\"",
116
"schema-lint": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.lint.js\" --no-verbose",
117
"benchmark": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand",
118
"cover": "yarn cover:init && yarn cover:all && yarn cover:report",
0 commit comments