We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8185459 commit 4752195Copy full SHA for 4752195
1 file changed
README.md
@@ -72,6 +72,10 @@ Before submitting, you must pass all the unit tests and syntax checks by running
72
* `npm-run-all test:lint test:unit` run all the unit test cases in `tests` folder, as well as check syntax with eslint.
73
* `npm-run-all --parallel test:lint:*` run all the syntax checks for `js`, `md` and other related files.
74
75
+There're also two syntax check commands for you:
76
+* `npm run test:lint:js -- --fix` try to automatically fix some formations for all the js files.
77
+* `npm run test:lint:stylelint -- --fix` try to automatically fix some formations for all the css/scss files.
78
+
79
## Notice
80
81
* Multiple locales can be built by using comma-separated values in the `DEFAULT_LOCALE` variable: `DEFAULT_LOCALE=en,es,it`.
0 commit comments