|
|
@ -17,7 +17,7 @@ |
|
|
"build": "react-scripts build", |
|
|
"build": "react-scripts build", |
|
|
"test": "react-scripts test", |
|
|
"test": "react-scripts test", |
|
|
"format:write": "prettier --write \"**/*.{js,vue,json,ts,tsx,md,yml,html}\"", |
|
|
"format:write": "prettier --write \"**/*.{js,vue,json,ts,tsx,md,yml,html}\"", |
|
|
"format:check": "prettier --list-different \"**/*.{js,vue,json,ts,tsx,md,yml,html}\"" |
|
|
|
|
|
|
|
|
"format:check": "prettier --list-different **/*.{js,vue,json,ts,tsx,md,yml,html}" |
|
|
}, |
|
|
}, |
|
|
"eslintConfig": { |
|
|
"eslintConfig": { |
|
|
"extends": [ |
|
|
"extends": [ |
|
|
|