mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
WEB-39646 Add lint-staged to package.json schema + update json schemas
GitOrigin-RevId: 5d21da4008dac546696c51aebecb952a2811575e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8e7be7bf77
commit
fccc54910a
@@ -103,6 +103,9 @@
|
||||
<replaceregexp file="${idea.project.home}/plugins/NodeJS/src/com/jetbrains/nodejs/packageJson/packageJsonSchema.json"
|
||||
match=""publishConfig""
|
||||
replace=""renovate" : {"$ref": "http://json.schemastore.org/renovate#"},${line.separator} "publishConfig"" />
|
||||
<replaceregexp file="${idea.project.home}/plugins/NodeJS/src/com/jetbrains/nodejs/packageJson/packageJsonSchema.json"
|
||||
match=""publishConfig""
|
||||
replace=""lint-staged" : {"$ref": "http://json.schemastore.org/lintstagedrc.schema#"},${line.separator} "publishConfig"" />
|
||||
<replaceregexp file="${idea.project.home}/plugins/NodeJS/src/com/jetbrains/nodejs/packageJson/packageJsonSchema.json"
|
||||
match=""publishConfig""
|
||||
replace=""browserslist" : {"oneOf": [{"type": "array", "items": {"type": "string"}}, {"type": "object", "additionalProperties": {"type": "array", "items": {"type": "string"}}}] , "description": "List of Browserslist queries"},${line.separator} "publishConfig"" />
|
||||
|
||||
Reference in New Issue
Block a user