mirror of
https://github.com/apache/superset.git
synced 2026-08-03 20:42:30 +00:00
fix(ci): ignore MDX files from being formatted with Oxfmt
This was due to Oxfmt escaping the MDX/JSX comment syntax with literal backlash, failing MDX loader used by @docusaurus Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{/\*
|
||||
{/*
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
@@ -15,7 +15,7 @@ software distributed under the License is distributed on an
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
\*/}
|
||||
*/}
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user