mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
Use prettier's --cache
option (#10601)
This commit is contained in:
parent
f54e27454a
commit
78b2f3fb7c
@ -111,10 +111,10 @@
|
||||
"scripts": {
|
||||
"build": "node scripts/build/package.js",
|
||||
"clean": "del-cli index.js index.mjs index.d.ts sdk.js",
|
||||
"format": "prettier --write .",
|
||||
"format": "prettier --cache --write .",
|
||||
"lint": "run-s our-lint jslint jsonlint svglint wslint",
|
||||
"our-lint": "node scripts/lint/ourlint.js",
|
||||
"jslint": "prettier --check .",
|
||||
"jslint": "prettier --cache --check .",
|
||||
"jsonlint": "node scripts/lint/jsonlint.js",
|
||||
"svglint": "svglint icons/*.svg --ci",
|
||||
"wslint": "editorconfig-checker",
|
||||
|
Loading…
Reference in New Issue
Block a user