{
- "$schema": "http://json.schemastore.org/eslintrc",
+ "$schema": "https://json.schemastore.org/eslintrc",
"root": true,
"env": {
"es2022": true,
{
- "$schema": "http://json.schemastore.org/lintstagedrc.schema",
+ "$schema": "https://json.schemastore.org/lintstagedrc.schema",
"{src,test}/**/*.{ts,tsx}": ["prettier --cache --write", "eslint --cache --fix"],
"**/*.{json,md,yml,yaml}": ["prettier --cache --write"],
"**/*.{js,jsx,mjs,cjs}": ["prettier --cache --write", "eslint --cache --fix"]
{
- "$schema": "http://json.schemastore.org/prettierrc",
+ "$schema": "https://json.schemastore.org/prettierrc",
"printWidth": 100,
"singleQuote": true
}