mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-02 09:06:43 +03:00
Switch single-quotes for double-quotes in format
script (#10727)
This commit is contained in:
parent
4f33098934
commit
601e6ffc9d
@ -109,10 +109,10 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./scripts/build/package.js",
|
"build": "./scripts/build/package.js",
|
||||||
"clean": "./scripts/build/clean.js",
|
"clean": "./scripts/build/clean.js",
|
||||||
"format": "prettier --cache --write --ignore-unknown '**/*.!(js|jsx|mjs|cjs|ts|tsx|mts|cts|svg)' && xo --fix",
|
"format": "prettier --cache --write --ignore-unknown \"**/*.!(js|jsx|mjs|cjs|ts|tsx|mts|cts|svg)\" && xo --fix",
|
||||||
"lint": "npm run ourlint && npm run prettierlint && npm run jslint && npm run jsonlint && npm run svglint && npm run wslint",
|
"lint": "npm run ourlint && npm run prettierlint && npm run jslint && npm run jsonlint && npm run svglint && npm run wslint",
|
||||||
"ourlint": "./scripts/lint/ourlint.js",
|
"ourlint": "./scripts/lint/ourlint.js",
|
||||||
"prettierlint": "prettier --cache --check --ignore-unknown '**/*.!(js|jsx|mjs|cjs|ts|tsx|mts|cts|svg)'",
|
"prettierlint": "prettier --cache --check --ignore-unknown \"**/*.!(js|jsx|mjs|cjs|ts|tsx|mts|cts|svg)\"",
|
||||||
"jslint": "xo",
|
"jslint": "xo",
|
||||||
"jsonlint": "./scripts/lint/jsonlint.js",
|
"jsonlint": "./scripts/lint/jsonlint.js",
|
||||||
"svglint": "svglint --ci $npm_config_icons --config svglint.config.mjs",
|
"svglint": "svglint --ci $npm_config_icons --config svglint.config.mjs",
|
||||||
|
Loading…
Reference in New Issue
Block a user